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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data | [] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14657 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() {#14655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#14656 …} $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 {#14884 -errors: [] -form: Symfony\Component\Form\Form {#14695 …} } |
| form | Symfony\Component\Form\FormView {#14668 …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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14672 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() {#14631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#14665 …} $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 {#14873 -errors: [] -form: Symfony\Component\Form\Form {#14644 …} } |
| form | Symfony\Component\Form\FormView {#14888 …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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#14632 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() {#14638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#14636 …} $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 {#14885 -errors: [] -form: Symfony\Component\Form\Form {#14647 …} } |
| form | Symfony\Component\Form\FormView {#14845 …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 {#20098 -cart: App\Entity\Order\Order {#13152 …} -cartItem: App\Entity\Order\OrderItem {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #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 {#20098 -cart: App\Entity\Order\Order {#13152 …} -cartItem: App\Entity\Order\OrderItem {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
same as passed value |
| product | App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data | Sylius\Bundle\OrderBundle\Controller\AddToCartCommand {#20098 -cart: App\Entity\Order\Order {#13152 …} -cartItem: App\Entity\Order\OrderItem {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
| data_class | "Sylius\Bundle\OrderBundle\Controller\AddToCartCommand" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#20088 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 {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#20090 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20093 …} $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 {#20098 -cart: App\Entity\Order\Order {#13152 …} -cartItem: App\Entity\Order\OrderItem {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#20106 -errors: [] -form: Symfony\Component\Form\Form {#20113 …} } |
| form | Symfony\Component\Form\FormView {#20091 …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 {#20098 -cart: App\Entity\Order\Order {#13152 …} -cartItem: App\Entity\Order\OrderItem {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #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 {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #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 {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data_class | "App\Entity\Order\OrderItem" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#20103 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 {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#20105 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20104 …} $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 {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #productName: null #variantName: null -vendor: null -wpId: null -wpData: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#20165 -errors: [] -form: Symfony\Component\Form\Form {#20147 …} } |
| form | Symfony\Component\Form\FormView {#20174 …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 {#20084 #id: null #order: null #quantity: 1 #unitPrice: 0 #originalUnitPrice: 0 #total: 0 #immutable: false #units: Doctrine\Common\Collections\ArrayCollection {#20085 …} #unitsTotal: 0 #adjustments: Doctrine\Common\Collections\ArrayCollection {#20083 …} #adjustmentsTotal: 0 #version: 1 #variant: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } #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 {#20111 +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 {#20111 +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 {#20111 +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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#20117 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() {#20119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20118 …} $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 {#20205 -errors: [] -form: Symfony\Component\Form\Form {#20159 …} } |
| form | Symfony\Component\Form\FormView {#20204 …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 {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } |
| View Format |
"vi-negre-eco-temptacio-vinicola-nulles-178"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| product | App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/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 {#17387 returnType: "string" class: "Sylius\Bundle\ProductBundle\Form\Type\ProductVariantChoiceType" this: Sylius\Bundle\ProductBundle\Form\Type\ProductVariantChoiceType {#17367 …} } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | "code" |
| choices | Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359} #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } |
| 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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| 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 {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/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() {#20128 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20127 …} $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 {#20140 +data: App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } +value: "vi-negre-eco-temptacio-vinicola-nulles-178" +label: "6 ampolles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#20141 +data: App\Entity\Product\ProductVariant {#19932 …} +value: "vi-negre-eco-temptacio-vinicola-nulles-177" +label: "4 ampolles" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#20139 +data: App\Entity\Product\ProductVariant {#19952 …} +value: "vi-negre-eco-temptacio-vinicola-nulles-176" +label: "2 ampolles" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | App\Entity\Product\ProductVariant {#19748 #id: 10193 #code: "vi-negre-eco-temptacio-vinicola-nulles-178" #product: App\Entity\Product\Product {#9350 #id: 8518 #code: "vi-negre-eco-temptacio-vinicola-nulles" #attributes: Doctrine\ORM\PersistentCollection {#9357 …} #variants: Doctrine\ORM\PersistentCollection {#9359 #collection: Doctrine\Common\Collections\ArrayCollection {#9360 …} #initialized: true -snapshot: [ …3] -owner: App\Entity\Product\Product {#9350} -association: Symfony\Component\VarDumper\Caster\CutStub {#32174 …} -backRefFieldName: "product" -isDirty: false -em: ContainerWf1ic4W\EntityManagerGhost614a58f {#349 …} -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#32178 …} } #options: Doctrine\ORM\PersistentCollection {#9363 …} #associations: Doctrine\ORM\PersistentCollection {#9361 …} #createdAt: DateTime @1757003828 {#9348 date: 2025-09-04 16:37:08.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#9349 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#9366 …} #translationsCache: [ "ca" => App\Entity\Product\ProductTranslation {#9367 #locale: "ca" #translatable: App\Entity\Product\Product {#9350} #id: 9126 #name: "Vi negre eco Temptació Vinícola Nulles" #slug: "vi-negre-eco-temptacio-vinicola-nulles" #description: """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ #metaKeywords: null #metaDescription: null #shortDescription: """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ -ogTitle: null -ogDescription: null } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #variantSelectionMethod: "choice" #productTaxons: Doctrine\ORM\PersistentCollection {#9369 …} #channels: Doctrine\ORM\PersistentCollection {#9355 …} #mainTaxon: null #reviews: Doctrine\ORM\PersistentCollection {#9351 …} #averageRating: 0.0 #images: Doctrine\ORM\PersistentCollection {#9353 …} -minQuantity: null -maxQuantity: null -stepQuantity: null -vendor: Proxies\__CG__\App\Entity\Marketplace\Vendor {#9234 …} -wpPermalink: "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" -ogImage: null -ogImageFile: null -wpId: 72 -wpData: [ "id" => 72 "name" => "Vi negre eco Temptació Vinícola Nulles" "slug" => "vi-negre-eco-temptacio-vinicola-nulles" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/" "date_created" => "2025-04-23T16:37:40" "date_created_gmt" => "2025-04-23T14:37:40" "date_modified" => "2025-06-25T13:00:45" "date_modified_gmt" => "2025-06-25T11:00:45" "type" => "variable" "status" => "publish" "featured" => false "catalog_visibility" => "visible" "description" => """ <h1 data-pm-slice="1 1 []">Vi negre eco Temptació Vinícola Nulles</h1>\n <p data-pm-slice="1 1 []">Vi negre ecològic Temptació elaborat a Nulles, Tarragona. Varietat ull de llebre i Merlot. Conservar en temperatura d'entre 8º i 15º.</p>\n <p><strong>ELABORACIÓ DEL VI:</strong></p>\n <p>Vi negre ecològic Temptació elaborat a Nulles, vi totalment ecològic, cultiu ecològic, agricultura sostenible.</p>\n <p><strong>Collita</strong>: 2024.</p>\n <p data-pm-slice="1 1 []">Singular procés d'elaboració, durant sis mesos entre botes de fusta de roure francès i tines d'obra, per aconseguir un vi intens per la fruita vermella i els aromes torrats.</p>\n <p>El clima del Mediterrani influeix, ja que les vinyes es troben a 18\u{202F}km del mar a 250 m d'altura, en un terreny argiles i calcari ric en minerals.</p>\n <p>Maceració i fermentació de catorze dies, és un vi jove tranquil, criat durant tres mesos.</p>\n <p>El vi negre ecològic Temptació elaborat a Nulles conté un 13% d'alcohol.</p>\n <p><strong>Varietats</strong>: Ull de llebre i Merlot.</p>\n <p><strong>NOTES DEL VI: </strong></p>\n <p>Notes dolçes amb un punt amarg i torrat.</p>\n <p><strong>SABOR DEL VI:</strong></p>\n <p>El vi negre ecològic Temptació elaborat a Nulles, té un sabor a fruits vermells, també amaga un toc d'avellana i caramel, sense oblidar-nos que desperta espècies com el cafè</p>\n <p><strong>ACOMPANYAR:</strong></p>\n <p>Taules de formatges, embotits, carns blanques o rostides.</p>\n """ "short_description" => """ <p>Vi\u{A0} negre eco Temptació, elaborat amb la varietat anomenada ull de llebre i Merlot suau, càlid i elegant.</p>\n <p><strong>Compra mínima una caixa de 6 ampolles.</strong></p>\n """ "sku" => "" "price" => "18.2" "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>22,02<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> – <span class="woocommerce-Price-amount amount"><bdi>67,88<span class="woocommerce-Price-currencySymbol">€</span></bdi></span> <small class="woocommerce-price-suffix">IVA inc.</small>" "on_sale" => false "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" => "" "manage_stock" => true "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "sold_individually" => false "weight" => "1.20" "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" => [ 85 76 96 103 99 ] "upsell_ids" => [ 85 99 103 ] "cross_sell_ids" => [ 85 99 103 ] "parent_id" => 0 "purchase_note" => "" "categories" => [ [ "id" => 166 "name" => "Vi" "slug" => "vi" ] ] "tags" => [] "images" => [ [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] [ "id" => 95 "date_created" => "2025-04-25T13:53:06" "date_created_gmt" => "2025-04-25T09:53:06" "date_modified" => "2025-04-25T13:55:02" "date_modified_gmt" => "2025-04-25T09:55:02" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/LA34041.jpg" "name" => "verema-vinicola-nulles" "alt" => "Verema vinícola Nulles" ] ] "attributes" => [ [ "id" => 2 "name" => "Denominació d'origen" "position" => 0 "visible" => true "variation" => false "options" => [ "Tarragona" ] ] [ "id" => 1 "name" => "Format" "position" => 1 "visible" => true "variation" => true "options" => [ "2 ampolles" "4 ampolles" "6 ampolles" ] ] [ "id" => 6 "name" => "Venda de proximitat" "position" => 2 "visible" => true "variation" => false "options" => [ "Venda de proximitat directa" ] ] ] "default_attributes" => [] "variations" => [ 176 177 178 ] "grouped_products" => [] "menu_order" => 0 "meta_data" => [ [ "id" => 280 "key" => "product_adjustment_hide_addtocart_catalog" "value" => "no" ] [ "id" => 281 "key" => "product_adjustment_hide_addtocart_catalog_shop" "value" => "yes" ] [ "id" => 282 "key" => "product_adjustment_hide_addtocart_catalog_product" "value" => "yes" ] [ "id" => 283 "key" => "product_adjustment_hide_addtocart_placeholder_catalog" "value" => "" ] [ "id" => 284 "key" => "product_adjustment_customize_addtocart_catalog" "value" => "no" ] [ "id" => 285 "key" => "product_adjustment_customize_addtocart_prod_btn_text_catalog" "value" => "" ] [ "id" => 286 "key" => "product_adjustment_customize_addtocart_shop_btn_text_catalog" "value" => "" ] [ "id" => 287 "key" => "product_adjustment_customize_addtocart_btn_url_catalog" "value" => "" ] [ "id" => 288 "key" => "product_adjustment_hide_price_catalog" "value" => "no" ] [ "id" => 289 "key" => "product_adjustment_hide_price_placeholder_catalog" "value" => "" ] [ "id" => 290 "key" => "product_adjustment_exclude_admin_catalog" "value" => "no" ] [ "id" => 291 "key" => "product_adjustment_hide_addtocart_unregistered" "value" => "no" ] [ "id" => 292 "key" => "product_adjustment_hide_addtocart_unregistered_shop" "value" => "yes" ] [ "id" => 293 "key" => "product_adjustment_hide_addtocart_unregistered_product" "value" => "yes" ] [ "id" => 294 "key" => "product_adjustment_hide_addtocart_placeholder_unregistered" "value" => "" ] [ "id" => 295 "key" => "product_adjustment_customize_addtocart_unregistered" "value" => "no" ] [ "id" => 296 "key" => "product_adjustment_customize_addtocart_prod_btn_text_unregistered" "value" => "" ] [ "id" => 297 "key" => "product_adjustment_customize_addtocart_shop_btn_text_unregistered" "value" => "" ] [ "id" => 298 "key" => "product_adjustment_customize_addtocart_btn_url_unregistered" "value" => "" ] [ "id" => 299 "key" => "eh_pricing_adjustment_product_addtocart_user_role" "value" => "" ] [ "id" => 300 "key" => "product_adjustment_hide_addtocart_user_role_shop" "value" => "yes" ] [ "id" => 301 "key" => "product_adjustment_hide_addtocart_user_role_product" "value" => "yes" ] [ "id" => 302 "key" => "product_adjustment_hide_addtocart_placeholder_role" "value" => "" ] [ "id" => 303 "key" => "eh_pricing_adjustment_product_customize_addtocart_user_role" "value" => "" ] [ "id" => 304 "key" => "product_adjustment_customize_addtocart_prod_btn_text_role" "value" => "" ] [ "id" => 305 "key" => "product_adjustment_customize_addtocart_shop_btn_text_role" "value" => "" ] [ "id" => 306 "key" => "product_adjustment_customize_addtocart_btn_url_role" "value" => "" ] [ "id" => 307 "key" => "product_adjustment_hide_price_placeholder_role" "value" => "" ] [ "id" => 308 "key" => "product_adjustment_hide_price_unregistered" "value" => "no" ] [ "id" => 309 "key" => "product_adjustment_hide_price_placeholder_unregistered" "value" => "" ] [ "id" => 310 "key" => "eh_pricing_adjustment_product_price_user_role" "value" => "" ] [ "id" => 311 "key" => "product_adjustment_product_visibility_unregistered" "value" => "no" ] [ "id" => 312 "key" => "eh_pricing_adjustment_product_visibility_user_role" "value" => "" ] [ "id" => 313 "key" => "product_based_price_adjustment" "value" => "no" ] [ "id" => 314 "key" => "product_price_adjustment" "value" => [ "client_federat" => [ "adjustment_price" => "" "adj_prod_price_dis" => "discount" "adjustment_percent" => "" "adj_prod_percent_dis" => "discount" ] ] ] [ "id" => 315 "key" => "product_price_adjustment_for_users" "value" => "" ] [ "id" => 316 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 317 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 322 "key" => "_primary_term_product_cat" "value" => "166" ] [ "id" => 389 "key" => "blog_id" "value" => "25" ] [ "id" => 1153 "key" => "minimum_allowed_quantity" "value" => "" ] [ "id" => 1154 "key" => "maximum_allowed_quantity" "value" => "" ] [ "id" => 1155 "key" => "group_of_quantity" "value" => "" ] [ "id" => 1156 "key" => "minmax_do_not_count" "value" => "no" ] [ "id" => 1157 "key" => "minmax_cart_exclude" "value" => "no" ] [ "id" => 1158 "key" => "minmax_category_group_of_exclude" "value" => "no" ] [ "id" => 2268 "key" => "allow_combination" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products" ] ] ] ] } #optionValues: Doctrine\ORM\PersistentCollection {#19761 …} #position: 0 #createdAt: DateTime @1757003829 {#19747 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #updatedAt: DateTime @1757003829 {#19750 date: 2025-09-04 16:37:09.0 UTC (+00:00) } #enabled: true #translations: Doctrine\ORM\PersistentCollection {#19754 …} #translationsCache: [ "ca" => App\Entity\Product\ProductVariantTranslation {#20138 #locale: "ca" #translatable: App\Entity\Product\ProductVariant {#19748} #id: 5674 #name: "6 ampolles" } ] #currentLocale: "ca" #currentTranslation: null #fallbackLocale: "ca" #version: 1 #onHold: 0 #onHand: 1000 #tracked: true #weight: 7.2 #width: null #height: null #depth: null #taxCategory: Proxies\__CG__\App\Entity\Taxation\TaxCategory {#15217 …} #shippingCategory: null #channelPricings: Doctrine\ORM\PersistentCollection {#19757 …} #shippingRequired: true #images: Doctrine\ORM\PersistentCollection {#19759 …} -wpId: 178 -wpData: [ "id" => 178 "date_created" => "2025-06-20T13:39:38" "date_created_gmt" => "2025-06-20T11:39:38" "date_modified" => "2025-06-20T13:41:07" "date_modified_gmt" => "2025-06-20T11:41:07" "description" => "" "permalink" => "https://www.agrobotigues.coop/vinicoladenulles/producte/vi-negre-eco-temptacio-vinicola-nulles/?attribute_pa_format=6-ampolles" "sku" => "" "price" => "56.1" "regular_price" => "56.1" "sale_price" => "" "date_on_sale_from" => null "date_on_sale_from_gmt" => null "date_on_sale_to" => null "date_on_sale_to_gmt" => null "on_sale" => false "status" => "publish" "purchasable" => true "virtual" => false "downloadable" => false "downloads" => [] "download_limit" => -1 "download_expiry" => -1 "tax_status" => "taxable" "tax_class" => "" "manage_stock" => "parent" "stock_quantity" => 1000 "stock_status" => "instock" "backorders" => "no" "backorders_allowed" => false "backordered" => false "weight" => "7.2" "dimensions" => [ "length" => "" "width" => "" "height" => "" ] "shipping_class" => "" "shipping_class_id" => 0 "image" => [ "id" => 88 "date_created" => "2025-04-25T12:54:05" "date_created_gmt" => "2025-04-25T08:54:05" "date_modified" => "2025-04-25T13:52:28" "date_modified_gmt" => "2025-04-25T09:52:28" "src" => "https://www.agrobotigues.coop/vinicoladenulles/wp-content/uploads/sites/25/2025/04/11.jpg" "name" => "vi-negre-temptacio-vinicola-nulles" "alt" => "vi negre Temptació vinícola Nulles" ] "attributes" => [ [ "id" => 1 "name" => "Format" "option" => "6 ampolles" ] ] "menu_order" => 3 "meta_data" => [ [ "id" => 2141 "key" => "product_role_based_price" "value" => [ "client_federat" => [ "role_price" => "" ] ] ] [ "id" => 2142 "key" => "product_role_based_price_client_federat" "value" => "" ] [ "id" => 2160 "key" => "min_max_rules" "value" => "no" ] [ "id" => 2161 "key" => "variation_minimum_allowed_quantity" "value" => "" ] [ "id" => 2162 "key" => "variation_maximum_allowed_quantity" "value" => "" ] [ "id" => 2163 "key" => "variation_group_of_quantity" "value" => "" ] [ "id" => 2164 "key" => "variation_minmax_do_not_count" "value" => "no" ] [ "id" => 2165 "key" => "variation_minmax_cart_exclude" "value" => "no" ] [ "id" => 2166 "key" => "variation_minmax_category_group_of_exclude" "value" => "no" ] ] "_links" => [ "self" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations/178" ] ] "collection" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72/variations" ] ] "up" => [ [ "href" => "https://www.agrobotigues.coop/vinicoladenulles/wp-json/wc/v3/products/72" ] ] ] ] } |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#20206 -errors: [] -form: Symfony\Component\Form\Form {#20189 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#20207 …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) {#20210 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 | "vi-negre-eco-temptacio-vinicola-nulles-178" |
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 |
"vi-negre-eco-temptacio-vinicola-nulles-178"
|
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 | "6 ampolles" |
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 | "vi-negre-eco-temptacio-vinicola-nulles-178" |
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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#17439 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 {#17442 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "6 ampolles" |
| 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() {#20164 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20163 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "vi-negre-eco-temptacio-vinicola-nulles-178" |
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 {#20215 -errors: [] -form: Symfony\Component\Form\Form {#20192 …} } |
| form | Symfony\Component\Form\FormView {#20214 …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 | "6 ampolles" |
| 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 | "vi-negre-eco-temptacio-vinicola-nulles-178" |
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 | "4 ampolles" |
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 | "vi-negre-eco-temptacio-vinicola-nulles-177" |
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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#17439 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 {#17442 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "4 ampolles" |
| 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() {#20173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20172 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "vi-negre-eco-temptacio-vinicola-nulles-177" |
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 {#20221 -errors: [] -form: Symfony\Component\Form\Form {#20195 …} } |
| form | Symfony\Component\Form\FormView {#20223 …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 | "4 ampolles" |
| 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 | "vi-negre-eco-temptacio-vinicola-nulles-177" |
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 | "2 ampolles" |
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 | "vi-negre-eco-temptacio-vinicola-nulles-176" |
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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#17439 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 {#17442 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "2 ampolles" |
| 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() {#20182 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20181 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "vi-negre-eco-temptacio-vinicola-nulles-176" |
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 {#20224 -errors: [] -form: Symfony\Component\Form\Form {#20198 …} } |
| form | Symfony\Component\Form\FormView {#20225 …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 | "2 ampolles" |
| 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 | "vi-negre-eco-temptacio-vinicola-nulles-176" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "38dcc48aeed85ee141a.Er91_IInaKeDAXZeGA86jVDhIuJDPgVwV2OydttWsXw.f_IahsdfEvT3ZEQ6XmxX5xy4eo4PVTUUI1L-PoEM9iUnzQDN6XYelMBQHQ" |
| 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 | "38dcc48aeed85ee141a.Er91_IInaKeDAXZeGA86jVDhIuJDPgVwV2OydttWsXw.f_IahsdfEvT3ZEQ6XmxX5xy4eo4PVTUUI1L-PoEM9iUnzQDN6XYelMBQHQ" |
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 {#7764 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7767 …} -namespace: Closure() {#7769 …} } |
| data | "38dcc48aeed85ee141a.Er91_IInaKeDAXZeGA86jVDhIuJDPgVwV2OydttWsXw.f_IahsdfEvT3ZEQ6XmxX5xy4eo4PVTUUI1L-PoEM9iUnzQDN6XYelMBQHQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#20129 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() {#20120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2027 …} $message: Closure() {#20202 …} $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 | "38dcc48aeed85ee141a.Er91_IInaKeDAXZeGA86jVDhIuJDPgVwV2OydttWsXw.f_IahsdfEvT3ZEQ6XmxX5xy4eo4PVTUUI1L-PoEM9iUnzQDN6XYelMBQHQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#20239 -errors: [] -form: Symfony\Component\Form\Form {#20235 …} } |
| form | Symfony\Component\Form\FormView {#20212 …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 | "38dcc48aeed85ee141a.Er91_IInaKeDAXZeGA86jVDhIuJDPgVwV2OydttWsXw.f_IahsdfEvT3ZEQ6XmxX5xy4eo4PVTUUI1L-PoEM9iUnzQDN6XYelMBQHQ" |