Forms
-
criteria
-
search
-
value
-
-
-
sylius_shop_add_to_cart
-
cartItem
-
quantity
-
variant
-
0
-
1
-
2
-
-
-
_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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14319 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() {#14317 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#14318 …} $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 {#8376 -errors: [] -form: Symfony\Component\Form\Form {#14357 …} } |
| form | Symfony\Component\Form\FormView {#14330 …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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14334 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() {#14293 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#14327 …} $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 {#8355 -errors: [] -form: Symfony\Component\Form\Form {#14306 …} } |
| form | Symfony\Component\Form\FormView {#8364 …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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14294 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() {#14300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#14298 …} $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 {#8375 -errors: [] -form: Symfony\Component\Form\Form {#14309 …} } |
| form | Symfony\Component\Form\FormView {#6660 …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 {#18255 -cart: App\Entity\Order\Order {#12881 …} -cartItem: App\Entity\Order\OrderItem {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #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 {#18255 -cart: App\Entity\Order\Order {#12881 …} -cartItem: App\Entity\Order\OrderItem {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
same as passed value |
| product | App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#18255 -cart: App\Entity\Order\Order {#12881 …} -cartItem: App\Entity\Order\OrderItem {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
| data_class | "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18245 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 {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#18247 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18250 …} $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 {#18255 -cart: App\Entity\Order\Order {#12881 …} -cartItem: App\Entity\Order\OrderItem {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18263 -errors: [] -form: Symfony\Component\Form\Form {#18270 …} } |
| form | Symfony\Component\Form\FormView {#18248 …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 {#18255 -cart: App\Entity\Order\Order {#12881 …} -cartItem: App\Entity\Order\OrderItem {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #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 {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #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 {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data_class | "App\Entity\Order\OrderItem" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18260 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 {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#18262 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18261 …} $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 {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18322 -errors: [] -form: Symfony\Component\Form\Form {#18304 …} } |
| form | Symfony\Component\Form\FormView {#18331 …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 {#18241 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#18242 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#18240 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } #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 {#18268 +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 {#18268 +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 {#18268 +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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18274 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() {#18276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18275 …} $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 {#18362 -errors: [] -form: Symfony\Component\Form\Form {#18316 …} } |
| form | Symfony\Component\Form\FormView {#18361 …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 {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } |
| View Format |
"ametlla-garapinyada-105"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| product | App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/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 {#17683 returnType: "string" class: "Sylius\Bundle\ProductBundle\Form\Type\ProductVariantChoiceType" this: Sylius\Bundle\ProductBundle\Form\Type\ProductVariantChoiceType {#17663 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | "code" |
| choices | Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005} #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } |
| 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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| 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 {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/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() {#18285 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18284 …} $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 {#18297 +data: App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } +value: "ametlla-garapinyada-105" +label: "Pot vidre 620 gr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#18298 +data: App\Entity\Product\ProductVariant {#18077 …} +value: "ametlla-garapinyada-104" +label: "Pot vidre 275 gr" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#18296 +data: App\Entity\Product\ProductVariant {#18112 …} +value: "ametlla-garapinyada-103" +label: "Pot vidre 130 gr" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | App\Entity\Product\ProductVariant {#17889 #id: 10156 #code: "ametlla-garapinyada-105" #product: App\Entity\Product\Product {#8993 #id: 8505 #code: "ametlla-garapinyada" #attributes: Doctrine\ORM\PersistentCollection {#9003 …} #variants: Doctrine\ORM\PersistentCollection {#9005 #collection: Doctrine\Common\Collections\ArrayCollection {#9006 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#8993} -association: Symfony\Component\VarDumper\Caster\CutStub {#30513 …} -backRefFieldName: "product" -isDirty: false -em: ContainerAEPyG7x\EntityManagerGhost614a58f {#390 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#30517 …} } #options: Doctrine\ORM\PersistentCollection {#9009 …} #associations: Doctrine\ORM\PersistentCollection {#9007 …} #createdAt: DateTime @1757003752 {#8991 date: 2025-09-04 16:35:52.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#8992 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9012 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9013 #locale: "ca" #translatable: App\Entity\Product\Product {#8993} #id: 9113 #name: "Ametlla garapinyada Closca" #slug: "ametlla-garapinyada" #description: "<h1>Ametlla garapinyada La Closca</h1><div><strong>Ingredients</strong>:<br><br></div><div>Ametlla<br><br></div><div>Sucre<br><br></div><div>Licor<br><br></div><div>Ametlla garrapinyada La Closca és sense gluten.<br><br></div><div><strong>Format</strong>:</div><div>Elegeix el format al desplegable de l'inici:</div><div>130 gr</div><div>275 gr</div><div>620 gr</div>" #metaKeywords: null #metaDescription: null #shortDescription: "<div>Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!<br><br></div>" -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9015 …} #channels: Doctrine\ORM\PersistentCollection {#9001 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#8997 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#8999 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#8995 …} -wpPermalink: "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" -ogImage: null -ogImageFile: null -wpId: 68 -wpData: [ "id" => 68 "name" => "Ametlla garapinyada Closca" "slug" => "ametlla-garapinyada" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/" "date_created" => "2025-06-09T11:57:31" "date_created_gmt" => "2025-06-09T09:57:31" "date_modified" => "2025-07-11T11:37:50" "date_modified_gmt" => "2025-07-11T09:37:50" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1>Ametlla garapinyada La Closca</h1>\n <p><strong>Ingredients</strong>:</p>\n <p>Ametlla</p>\n <div class="site-content shop-content-area col-sm-12 content-with-products description-area-before" role="main">\n <div id="product-530" class="single-product-page single-product-content product-design-default product-with-attachments product type-product post-530 status-publish first instock product_cat-250gr product_cat-fruits-secs product_cat-garrapinyats product_tag-ametlles product_tag-garrapinyades has-post-thumbnail taxable shipping-taxable purchasable product-type-variable">\n <div class="product-tabs-wrapper">\n <div class="container">\n <div class="row">\n <div class="col-sm-12">\n <div class="woocommerce-tabs wc-tabs-wrapper tabs-layout-tabs">\n <div class="basel-tab-wrapper">\n <div id="tab-description" class="woocommerce-Tabs-panel woocommerce-Tabs-panel--description panel entry-content wc-tab">\n <p>Sucre</p>\n <p>Licor</p>\n <p>Ametlla garrapinyada La Closca és sense gluten.</p>\n </div>\n </div>\n <div class="basel-tab-wrapper"><strong>Format</strong>:</div>\n <div></div>\n <div>Elegeix el format al desplegable de l'inici:</div>\n <div>130 gr</div>\n <div>275 gr</div>\n <div>620 gr</div>\n <div class="basel-tab-wrapper"></div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n </div>\n """ "short_description" => "<p data-pm-slice="1 1 []">Ametlla garapinyada Closca gaudeix del dolç tradicional amb qualsevol format!</p>\n" "sku" => "" "price" => "3.272727273" "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>3,60<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>9,00<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => true "purchasable" => true "total_sales" => 0 "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "external_url" => "" "button_text" => "" "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "manage_stock" => false "stock_quantity" => null "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "" "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" => [ 165 141 140 70 166 ] "upsell_ids" => [] "cross_sell_ids" => [] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 25 "name" => "Fruits secs" "slug" => "fruits-secs" ] ] "tags" => [] "images" => [ [ "id" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] ] "attributes" => [ [ "id" => 1 "name" => "Format" "position" => 0 "visible" => true "variation" => true "options" => [ "Pot vidre 130 gr" "Pot vidre 275 gr" "Pot vidre 620 gr" ] ] ] "default_attributes" => [] "variations" => [ 103 104 105 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 266 "key" => "_primary_term_product_cat" "value" => "25" ] [ "id" => 267 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 268 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 269 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 270 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 271 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 272 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 273 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 274 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 275 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 276 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 277 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 278 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 279 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 280 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 282 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 283 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 286 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 288 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 289 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 290 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 291 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 292 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 293 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 294 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 297 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 300 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 301 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 302 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 303 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 665 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 928 "key" => "blog_id" "value" => "26" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#17902 …} #position: 0 #createdAt: DateTime @1757003753 {#17888 date: 2025-09-04 16:35:53.0 UTC (+00:00) } #updatedAt: DateTime @1757003754 {#17891 date: 2025-09-04 16:35:54.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#17895 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#18295 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#17889} #id: 5638 #name: "Pot vidre 620 gr" } ] #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 {#14587 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#17898 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#17900 …} -wpId: 105 -wpData: [ "id" => 105 "date_created" => "2025-06-11T16:57:47" "date_created_gmt" => "2025-06-11T14:57:47" "date_modified" => "2025-07-10T10:17:46" "date_modified_gmt" => "2025-07-10T08:17:46" "description" => "" "permalink" => "https://www.agrobotigues.coop/closca/producte/ametlla-garapinyada/?attribute_pa_format=pot-vidre-620-gr" "sku" => "" "price" => "8.181818182" "regular_price" => "8.181818182" "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" => true "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "aliments-de-3a-categoria" "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" => 101 "date_created" => "2025-06-11T18:43:21" "date_created_gmt" => "2025-06-11T14:43:21" "date_modified" => "2025-06-11T18:43:21" "date_modified_gmt" => "2025-06-11T14:43:21" "src" => "https://www.agrobotigues.coop/closca/wp-content/uploads/sites/26/2025/06/ametlla-garrapinyada-laclosca.jpg" "name" => "ametlla-garrapinyada-laclosca" "alt" => "" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "Pot vidre 620 gr" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 726 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 727 "key" => "product_role_based_price_client_federat" "value" => "" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations/105" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/closca/wp-json/wc/v3/products/68" ] ] ] ] } |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#18363 -errors: [] -form: Symfony\Component\Form\Form {#18346 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#18364 …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) {#18367 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 | "ametlla-garapinyada-105" |
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 |
"ametlla-garapinyada-105"
|
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 | "Pot vidre 620 gr" |
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 | "ametlla-garapinyada-105" |
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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#17734 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 {#17737 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Pot vidre 620 gr" |
| 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() {#18321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18320 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "ametlla-garapinyada-105" |
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 {#18372 -errors: [] -form: Symfony\Component\Form\Form {#18349 …} } |
| form | Symfony\Component\Form\FormView {#18371 …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 | "Pot vidre 620 gr" |
| 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 | "ametlla-garapinyada-105" |
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 | "Pot vidre 275 gr" |
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 | "ametlla-garapinyada-104" |
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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#17734 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 {#17737 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Pot vidre 275 gr" |
| 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() {#18330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18329 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "ametlla-garapinyada-104" |
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 {#18378 -errors: [] -form: Symfony\Component\Form\Form {#18352 …} } |
| form | Symfony\Component\Form\FormView {#18380 …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 | "Pot vidre 275 gr" |
| 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 | "ametlla-garapinyada-104" |
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 | "Pot vidre 130 gr" |
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 | "ametlla-garapinyada-103" |
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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#17734 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 {#17737 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Pot vidre 130 gr" |
| 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() {#18339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18338 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "ametlla-garapinyada-103" |
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 {#18381 -errors: [] -form: Symfony\Component\Form\Form {#18355 …} } |
| form | Symfony\Component\Form\FormView {#18382 …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 | "Pot vidre 130 gr" |
| 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 | "ametlla-garapinyada-103" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "beb501fbec0761d91.cN_U4Qjs_PQrMEXzmnUElvp0kYI-VrPsI6OYrrO-gfk.OZ6ypV_bupkeVS2n9B9Rwbwk0rVTGeLcVPCv39L5xLc3jZ_XSbWOv3QEfQ" |
| 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 | "beb501fbec0761d91.cN_U4Qjs_PQrMEXzmnUElvp0kYI-VrPsI6OYrrO-gfk.OZ6ypV_bupkeVS2n9B9Rwbwk0rVTGeLcVPCv39L5xLc3jZ_XSbWOv3QEfQ" |
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 {#7808 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7807 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7811 …} -namespace: Closure() {#7813 …} } |
| data | "beb501fbec0761d91.cN_U4Qjs_PQrMEXzmnUElvp0kYI-VrPsI6OYrrO-gfk.OZ6ypV_bupkeVS2n9B9Rwbwk0rVTGeLcVPCv39L5xLc3jZ_XSbWOv3QEfQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#18286 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() {#18277 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2032 …} $message: Closure() {#18359 …} $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 | "beb501fbec0761d91.cN_U4Qjs_PQrMEXzmnUElvp0kYI-VrPsI6OYrrO-gfk.OZ6ypV_bupkeVS2n9B9Rwbwk0rVTGeLcVPCv39L5xLc3jZ_XSbWOv3QEfQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#18396 -errors: [] -form: Symfony\Component\Form\Form {#18392 …} } |
| form | Symfony\Component\Form\FormView {#18369 …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 | "beb501fbec0761d91.cN_U4Qjs_PQrMEXzmnUElvp0kYI-VrPsI6OYrrO-gfk.OZ6ypV_bupkeVS2n9B9Rwbwk0rVTGeLcVPCv39L5xLc3jZ_XSbWOv3QEfQ" |