Forms
-
criteria
-
search
-
value
-
-
-
sylius_shop_add_to_cart
-
cartItem
-
quantity
-
variant
-
0
-
1
-
2
-
3
-
-
-
_token
-
criteria
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "search" => [ "value" => null ] ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_extra_fields | true |
same as passed value |
| csrf_protection | false |
same as passed value |
| data | [] |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14780 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#14778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#14779 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_criteria" ] |
| cache_key | "_criteria_form" |
| compound | true |
| data | [ "search" => [ "value" => null ] ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#15008 -errors: [] -form: Symfony\Component\Form\Form {#14818 …} } |
| form | Symfony\Component\Form\FormView {#14791 …5} |
| full_name | "criteria" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "criteria" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "criteria" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_criteria" |
| valid | true |
| value | [ "search" => [ "value" => null ] ] |
search
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "value" => null ] |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "value" => null ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
same as passed value |
| type | "contains" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14795 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "contains" |
| upload_max_size_message | Closure() {#14754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#14788 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sylius_grid_filter_string" "_criteria_search" ] |
| cache_key | "_criteria_search_sylius_grid_filter_string" |
| compound | true |
| data | [ "value" => null ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#14997 -errors: [] -form: Symfony\Component\Form\Form {#14767 …} } |
| form | Symfony\Component\Form\FormView {#15012 …5} |
| full_name | "criteria[search]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "criteria_search" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_criteria_search" |
| valid | true |
| value | [ "value" => null ] |
value
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "sylius.ui.value" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "sylius.ui.value" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#14761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#14759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_criteria_search_value" ] |
| cache_key | "_criteria_search_value_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#15009 -errors: [] -form: Symfony\Component\Form\Form {#14770 …} } |
| form | Symfony\Component\Form\FormView {#14969 …5} |
| full_name | "criteria[search][value]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "criteria_search_value" |
| label | "sylius.ui.value" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "value" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_criteria_search_value" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
sylius_shop_add_to_cart
Form type:
"Sylius\Bundle\ShopBundle\Form\Type\AddToCartType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#18590 -cart: App\Entity\Order\Order {#13304 …} -cartItem: App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#18590 -cart: App\Entity\Order\Order {#13304 …} -cartItem: App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
same as passed value |
| product | App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#18590 -cart: App\Entity\Order\Order {#13304 …} -cartItem: App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
| data_class | "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18580 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| product | App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#18582 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18585 …} $translationDomain: "validators" } } |
| validation_groups | [
"sylius"
] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sylius_add_to_cart" "sylius_shop_add_to_cart" "_sylius_shop_add_to_cart" ] |
| cache_key | "_sylius_shop_add_to_cart_sylius_shop_add_to_cart" |
| compound | true |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#18590 -cart: App\Entity\Order\Order {#13304 …} -cartItem: App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18774 -errors: [] -form: Symfony\Component\Form\Form {#18605 …} } |
| form | Symfony\Component\Form\FormView {#18773 …5} |
| full_name | "sylius_shop_add_to_cart" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sylius_shop_add_to_cart" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_shop_add_to_cart" |
| valid | true |
| value | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#18590 -cart: App\Entity\Order\Order {#13304 …} -cartItem: App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
cartItem
Form type:
"Sylius\Bundle\ShopBundle\Form\Type\CartItemType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| product | App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | "App\Entity\Order\OrderItem" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18595 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Order\OrderItem" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| product | App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#18597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18596 …} $translationDomain: "validators" } } |
| validation_groups | [
"sylius"
] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "sylius_cart_item" "sylius_shop_cart_item" "_sylius_shop_add_to_cart_cartItem" ] |
| cache_key | "_sylius_shop_add_to_cart_cartItem_sylius_shop_cart_item" |
| compound | true |
| data | App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18778 -errors: [] -form: Symfony\Component\Form\Form {#18651 …} } |
| form | Symfony\Component\Form\FormView {#18777 …5} |
| full_name | "sylius_shop_add_to_cart[cartItem]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart_cartItem" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cartItem" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_shop_add_to_cart_cartItem" |
| valid | true |
| value | App\Entity\Order\OrderItem {#18576 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18577 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18575 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } |
quantity
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 1 |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 1 ] |
[ "min" => 1 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#18603 +payload: null +groups: [ "sylius" ] +notInRangeMessage: "sylius.cart_item.quantity.not_in_range" +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 1 +minPropertyPath: null +max: 9999 +maxPropertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\Range {#18603 +payload: null +groups: [ "sylius" ] +notInRangeMessage: "sylius.cart_item.quantity.not_in_range" +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 1 +minPropertyPath: null +max: 9999 +maxPropertyPath: null } ] |
| label | "sylius.ui.quantity" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 1 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Range {#18603 +payload: null +groups: [ "sylius" ] +notInRangeMessage: "sylius.cart_item.quantity.not_in_range" +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 1 +minPropertyPath: null +max: 9999 +maxPropertyPath: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18609 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "sylius.ui.quantity" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#18611 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18610 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 1 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_sylius_shop_add_to_cart_cartItem_quantity" ] |
| cache_key | "_sylius_shop_add_to_cart_cartItem_quantity_integer" |
| compound | false |
| data | 1 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18782 -errors: [] -form: Symfony\Component\Form\Form {#18656 …} } |
| form | Symfony\Component\Form\FormView {#18781 …5} |
| full_name | "sylius_shop_add_to_cart[cartItem][quantity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart_cartItem_quantity" |
| label | "sylius.ui.quantity" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "quantity" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_shop_add_to_cart_cartItem_quantity" |
| valid | true |
| value | "1" |
variant
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } |
| View Format |
"mel-el-remei-2-206"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| product | App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ProductVariantInterface $variant): string {#18047 returnType: "string" class: "Sylius\Bundle\ProductBundle\Form\Type\ProductVariantChoiceType" this: Sylius\Bundle\ProductBundle\Form\Type\ProductVariantChoiceType {#18027 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | "code" |
| choices | Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389} #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } |
| compound | true |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| product | App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#18620 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18619 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "sylius_product_variant_choice" "_sylius_shop_add_to_cart_cartItem_variant" ] |
| cache_key | "_sylius_shop_add_to_cart_cartItem_variant_sylius_product_variant_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#18634 +data: App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } +value: "mel-el-remei-2-206" +label: "Bosc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#18638 +data: App\Entity\Product\ProductVariant {#18413 …} +value: "mel-el-remei-2-205" +label: "Mil flors" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#18643 +data: App\Entity\Product\ProductVariant {#18424 …} +value: "mel-el-remei-2-204" +label: "Romer" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#18648 +data: App\Entity\Product\ProductVariant {#18441 …} +value: "mel-el-remei-2-203" +label: "Taronger" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | App\Entity\Product\ProductVariant {#18369 #id: 9775 #code: "mel-el-remei-2-206" #product: App\Entity\Product\Product {#9380 #id: 8198 #code: "mel-el-remei-2" #attributes: Doctrine\ORM\PersistentCollection {#9387 …} #variants: Doctrine\ORM\PersistentCollection {#9389 #collection: Doctrine\Common\Collections\ArrayCollection {#9390 …} #initialized: true -snapshot: [ …4] -owner: App\Entity\Product\Product {#9380} -association: Symfony\Component\VarDumper\Caster\CutStub {#27610 …} -backRefFieldName: "product" -isDirty: false -em: ContainerW3GxtHw\EntityManagerGhost614a58f {#429 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#27614 …} } #options: Doctrine\ORM\PersistentCollection {#9393 …} #associations: Doctrine\ORM\PersistentCollection {#9391 …} #createdAt: DateTime @1757003593 {#9378 date: 2025-09-04 16:33:13.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#9379 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9396 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9397 #locale: "ca" #translatable: App\Entity\Product\Product {#9380} #id: 8806 #name: "MEL EL REMEI 1kg" #slug: "mel-el-remei-2" #description: """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9399 …} #channels: Doctrine\ORM\PersistentCollection {#9385 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9381 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9383 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9330 …} -wpPermalink: "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" -ogImage: null -ogImageFile: null -wpId: 153 -wpData: [ "id" => 153 "name" => "MEL EL REMEI 1kg" "slug" => "mel-el-remei-2" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/" "date_created" => "2020-07-27T08:16:43" "date_created_gmt" => "2020-07-27T06:16:43" "date_modified" => "2022-08-22T11:41:20" "date_modified_gmt" => "2022-08-22T09:41:20" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <p><strong>Collita</strong>: 2019</p>\n <p><strong>Varietat</strong>: taronger, romer, mil flors, bosc, farigola</p>\n <p><strong>Origen</strong>: Alcover i Muntanyes de Prades</p>\n <p><strong>Format</strong>: pot de vidre de 1 kg</p>\n <p><strong>Consum òptim</strong>: abril de 2022</p>\n <p><strong>Elaboració</strong>: producte natural 100%</p>\n """ "short_description" => "<p>Mel elaborada a Alcover, amb varietats de Taronger, Romer, Mil flors, Bosc i Farigola</p>\n" "sku" => "" "price" => "9.09" "regular_price" => "" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "price_html" => "<span class="woocommerce-Price-amount amount"><bdi>11,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "purchasable" => true "total_sales" => 51 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_required" => true "shipping_taxable" => true "shipping_class" => "" "shipping_class_id" => 0 "reviews_allowed" => true "average_rating" => "0.00" "rating_count" => 0 "related_ids" => [ 148 103 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 84 "name" => "Mel" "slug" => "mel" ] ] "tags" => [] "images" => [ [ "id" => 256 "date_created" => "2020-11-12T23:07:07" "date_created_gmt" => "2020-11-12T20:07:07" "date_modified" => "2020-11-12T23:07:07" "date_modified_gmt" => "2020-11-12T20:07:07" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/07/mels.jpg" "name" => "mels" "alt" => "" ] ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "position" => 0 "visible" => true "variation" => true "options" => [ "Taronger" "Romer" "Mil flors" "Bosc" "Farigola" ] ] ] "default_attributes" => [] "variations" => [ 203 204 205 206 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 1659 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 1660 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 1661 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 1662 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 1663 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 1664 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 1665 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 1666 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 1667 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 1668 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 1669 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 1670 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 1671 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 1672 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 1673 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 1674 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 1675 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 1676 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 1677 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 1678 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 1679 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 1680 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 1681 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 1682 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 1683 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 1684 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 1685 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 1686 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 1687 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 1688 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 1689 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 1690 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 1691 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 1692 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 1693 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 1694 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 1695 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] 0 => [ "client_federat" => [ "role_price" => "" ] ] 1 => [ "client_federat" => [ "role_price" => "" ] ] 2 => [ "client_federat" => [ "role_price" => "" ] ] 3 => [ "client_federat" => [ "role_price" => "" ] ] ] ] [ "id" => 1696 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 1717 "key" => "_primary_term_product_cat" "value" => "84" ] [ "id" => 7180 "key" => "blog_id" "value" => "14" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#18382 …} #position: 0 #createdAt: DateTime @1757003594 {#18368 date: 2025-09-04 16:33:14.0 UTC (+00:00) } #updatedAt: DateTime @1757003595 {#18371 date: 2025-09-04 16:33:15.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#18375 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18629 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#18369} #id: 5514 #name: "Bosc" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 0 #tracked: false #weight: 1.0 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#17783 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#18378 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#18380 …} -slug: null -minQuantity: null -maxQuantity: null -stepQuantity: null -wpId: 206 -wpData: [ "id" => 206 "date_created" => "2020-10-01T12:00:49" "date_created_gmt" => "2020-10-01T10:00:49" "date_modified" => "2022-08-22T11:41:19" "date_modified_gmt" => "2022-08-22T09:41:19" "description" => "<p>Mel d’orgien d’Alcover i Muntanyes de Prades</p>\n" "permalink" => "https://www.agrobotigues.coop/alcover/producte/mel-el-remei-2/?attribute_varietats=Bosc" "sku" => "" "price" => "9.09" "regular_price" => "9.09" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "1" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 228 "date_created" => "2020-10-08T13:37:20" "date_created_gmt" => "2020-10-08T09:37:20" "date_modified" => "2020-10-08T13:37:20" "date_modified_gmt" => "2020-10-08T09:37:20" "src" => "https://www.agrobotigues.coop/alcover/wp-content/uploads/sites/14/2020/10/Mel_Bosc.jpg" "name" => "Mel_Bosc" "alt" => "" ] "attributes" => [ [ "id" => 0 "name" => "VARIETATS" "option" => "Bosc" ] ] "menu_order" => 4 "meta_data" => [ [ "id" => 2294 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2295 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations/206" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/alcover/wp-json/wc/v3/products/153" ] ] ] ] } |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#18783 -errors: [] -form: Symfony\Component\Form\Form {#18695 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#18784 …5} |
| full_name | "sylius_shop_add_to_cart[cartItem][variant]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart_cartItem_variant" |
| is_selected | Closure($choice, $value) {#18785 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "variant" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_shop_add_to_cart_cartItem_variant" |
| uses_autocomplete | false |
| valid | true |
| value | "mel-el-remei-2-206" |
0
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"mel-el-remei-2-206"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Bosc" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "mel-el-remei-2-206" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#18104 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#18107 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Bosc" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#18661 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18660 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "mel-el-remei-2-206" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_sylius_shop_add_to_cart_cartItem_variant_entry" ] |
| cache_key | "_sylius_shop_add_to_cart_cartItem_variant_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18791 -errors: [] -form: Symfony\Component\Form\Form {#18698 …} } |
| form | Symfony\Component\Form\FormView {#18788 …5} |
| full_name | "sylius_shop_add_to_cart[cartItem][variant]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart_cartItem_variant_0" |
| label | "Bosc" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_sylius_shop_add_to_cart_cartItem_variant_entry" |
| valid | true |
| value | "mel-el-remei-2-206" |
1
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Mil flors" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "mel-el-remei-2-205" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#18104 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#18107 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Mil flors" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#18670 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18669 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "mel-el-remei-2-205" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_sylius_shop_add_to_cart_cartItem_variant_entry" ] |
| cache_key | "_sylius_shop_add_to_cart_cartItem_variant_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18792 -errors: [] -form: Symfony\Component\Form\Form {#18701 …} } |
| form | Symfony\Component\Form\FormView {#18793 …5} |
| full_name | "sylius_shop_add_to_cart[cartItem][variant]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart_cartItem_variant_1" |
| label | "Mil flors" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_sylius_shop_add_to_cart_cartItem_variant_entry" |
| valid | true |
| value | "mel-el-remei-2-205" |
2
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Romer" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "mel-el-remei-2-204" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#18104 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#18107 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Romer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#18679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18678 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "mel-el-remei-2-204" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_sylius_shop_add_to_cart_cartItem_variant_entry" ] |
| cache_key | "_sylius_shop_add_to_cart_cartItem_variant_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18794 -errors: [] -form: Symfony\Component\Form\Form {#18704 …} } |
| form | Symfony\Component\Form\FormView {#18795 …5} |
| full_name | "sylius_shop_add_to_cart[cartItem][variant]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart_cartItem_variant_2" |
| label | "Romer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_sylius_shop_add_to_cart_cartItem_variant_entry" |
| valid | true |
| value | "mel-el-remei-2-204" |
3
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
same as passed value |
| block_name | "entry" |
same as passed value |
| label | "Taronger" |
same as passed value |
| label_html | false |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "mel-el-remei-2-203" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#18104 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#18107 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Taronger" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#18688 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18687 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "mel-el-remei-2-203" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_sylius_shop_add_to_cart_cartItem_variant_entry" ] |
| cache_key | "_sylius_shop_add_to_cart_cartItem_variant_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18796 -errors: [] -form: Symfony\Component\Form\Form {#18707 …} } |
| form | Symfony\Component\Form\FormView {#18797 …5} |
| full_name | "sylius_shop_add_to_cart[cartItem][variant]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart_cartItem_variant_3" |
| label | "Taronger" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_sylius_shop_add_to_cart_cartItem_variant_entry" |
| valid | true |
| value | "mel-el-remei-2-203" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "416a88a26ed9f98991c7.s961Gl8SJutAPTlUSl1C-y6GibCDndnLhq8IhUdfk50.-b3cYBIhf7oZXmMZLBssl2TNw_HRz4iSzP0-vS871dXKu89OJyVzoBpVdA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "416a88a26ed9f98991c7.s961Gl8SJutAPTlUSl1C-y6GibCDndnLhq8IhUdfk50.-b3cYBIhf7oZXmMZLBssl2TNw_HRz4iSzP0-vS871dXKu89OJyVzoBpVdA" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#7833 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7832 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7836 …} -namespace: Closure() {#7838 …} } |
| data | "416a88a26ed9f98991c7.s961Gl8SJutAPTlUSl1C-y6GibCDndnLhq8IhUdfk50.-b3cYBIhf7oZXmMZLBssl2TNw_HRz4iSzP0-vS871dXKu89OJyVzoBpVdA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18775 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#18780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2035 …} $message: Closure() {#18779 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_sylius_shop_add_to_cart__token" ] |
| cache_key | "_sylius_shop_add_to_cart__token_hidden" |
| compound | false |
| data | "416a88a26ed9f98991c7.s961Gl8SJutAPTlUSl1C-y6GibCDndnLhq8IhUdfk50.-b3cYBIhf7oZXmMZLBssl2TNw_HRz4iSzP0-vS871dXKu89OJyVzoBpVdA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18805 -errors: [] -form: Symfony\Component\Form\Form {#18801 …} } |
| form | Symfony\Component\Form\FormView {#18786 …5} |
| full_name | "sylius_shop_add_to_cart[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "sylius_shop_add_to_cart__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_sylius_shop_add_to_cart__token" |
| valid | true |
| value | "416a88a26ed9f98991c7.s961Gl8SJutAPTlUSl1C-y6GibCDndnLhq8IhUdfk50.-b3cYBIhf7oZXmMZLBssl2TNw_HRz4iSzP0-vS871dXKu89OJyVzoBpVdA" |