Problem:
The user is using the "add-to-cart" shortcode from Toolset WooCommerce Views. The button is not correctly generated for variable products and it keeps loading the same page again.
Solution:
he add-to-cart button was not correctly used for variable products. As you can see in the documentation of the [wpv-woo-buy-or-select] shortcode, if we don't use "external_add_to_cart_text" or "show_variation_options", there will be only a "Select Options" button that redirects to the product page to choose the options of the variable product. When used inside a single product page, we must add one of the attributes. Check this screenshot after adding the attribute "show_variation_options" to the shortcodes in the content template http://prntscr.com/slu6xb
Part of the code for the button inside the content template became:
[wpv-conditional if="( $(wpcf-forthcoming) eq '0' )" evaluate="false"][wpv-woo-buy-or-select add_to_cart_text="PRE-ORDER" show_variation_options="yes"][/wpv-conditional] [wpv-conditional if="( $(wpcf-reprinting) eq '' )" evaluate="false"][wpv-woo-buy-or-select add_to_cart_text="PRE-ORDER REPRINT" show_variation_options="yes"][/wpv-conditional] [wpv-conditional if="( $(wpcf-reprinting) eq '' ) AND ( $(wpcf-forthcoming) eq '0' )"][wpv-woo-buy-or-select add_to_cart_text="BUY NOW" show_variation_options="yes"][/wpv-conditional]
Relevant Documentation:
https://toolset.com/documentation/user-guides/views/views-shortcodes/#vf-154336
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - | - | 9:00 – 13:00 |
14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - | - | 14:00 – 18:00 |
Supporter timezone: Africa/Casablanca (GMT+01:00)
This topic contains 7 replies, has 2 voices.
Last updated by 4 years, 8 months ago.
Assisted by: Jamal.