-
AuthorPosts
-
March 25, 2014 at 2:49 pm #242738
Hi, i installed woocommerce and create a variable product with different size. When it publish it and go to the product page
http://yannickbardagi.com/photographe/produit/photographie-bebe-n1/ as you can see i don’t have the Button ” Add to cart ” that show up
like in this example http://kriesi.at/themes/enfold/product/eva-solo-my-teapot/Everything works fine on Simple product, i just have this issue with the variable product. Any tips to fix that ?
Ps : i’am running the lastest Enfold version + the lastest woocommerce version too.March 25, 2014 at 4:52 pm #242826Hi Stephane!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.single_variation_wrap { display: block!important; }
Cheers!
YigitApril 19, 2014 at 11:29 pm #253532Hi Yigit, I’m sorry if this is seen as highjacking the post, but I had this issue and tried the fix you suggested. It worked for displaying the add to cart button, but when I select an option and click on the button it just refreshes the page and does not add item to cart. Please help?
Thanks in advance!
April 21, 2014 at 2:36 pm #253795Hi!
@Styletheluxe: Thank you for the update. If you don’t mind, we would like to see the actual website where this is happening. Please post the website url here or open a new thread then post the website link there.Best regards,
IsmaelApril 29, 2014 at 1:39 am #257393Hello, I had the same problem. The quick CSS worked, however the add to cart button bounces when it shows up. You can see it here http://www.gcoutureshop.co.za/product/animal-print-cardigan-dpamn01/
Is there a solution?
I deactivated all the plugins and it also didn’t change.Thanks
-NicolasApril 29, 2014 at 1:25 pm #257602Hello, I had the same problem.
I updated the CSS and it brought up the add to cart button, but when I select an option and click add to cart, it returns a message saying ‘Please choose product options…’.
Sample product is here http://themakeupfactory.com.au/product/flawless-mineral-foundation-suvi/
Also, the ‘clear selection’ does not work.
Thanks
Julie- This reply was modified 10 years, 6 months ago by bluff03.
April 30, 2014 at 12:53 pm #258241Sorry to bother you again, but could somebody please have a look at this, as my client wishes to sell her products now.
April 30, 2014 at 8:03 pm #258453Hi!
@bluff03 Please deactivate all active plugins except for WooCommerce and check if that helpsCheers!
YigitMay 1, 2014 at 9:30 am #258784Hello, I’m also still having this problem. Are there any ideas? I deactivated all my plugins but it still has the same jumping effect on the add to cart button after I added the quick CSS code posted here.
=Nicolas
May 1, 2014 at 3:43 pm #258909Hey!
Please add following code to Quick CSS as well
.single_variation_wrap { height: auto !important; }
Cheers!
YigitMay 2, 2014 at 12:18 am #259114Thanks Yigit, now the description/review box is jumping.
Please check this page http://www.gcoutureshop.co.za/product/animal-print-cardigan-dpamn01
Thanks,
NicolasMay 2, 2014 at 1:33 am #259129Hey!
Please add following code to Quick CSS as well
form.variations_form.cart { height: 187px !important; }
Best regards,
YigitMay 2, 2014 at 10:55 am #259296@yigit thank you for your quick responses, unfortunately I have deactivated all plugins and I still have the same issue. I have also added all the CSS in the other posts.
Please refer this URL: http://themakeupfactory.com.au/product/flawless-mineral-foundation-suvi/
Does not recognise that a variant is selected and the *clear selection* does not work.
Any other suggestions?
May 3, 2014 at 6:25 am #259626Hey!
Thank you for the update.
Please try to add this at the very bottom of functions.php:
add_action( 'wp_print_scripts', 'avf_descript_cart_fragments', 100 ); function avf_descript_cart_fragments() { wp_dequeue_script( 'wc-cart-fragments' ); return true; }
Let us know what happens. We’ll check it again after.
Cheers!
IsmaelMay 3, 2014 at 9:39 am #259649@ismael, thank you, this has worked. I put it in the child functions.php, so it won’t be overwritten. Will this fix be included in the next version?
Awesome, work and fast response. :D
May 4, 2014 at 5:32 am #259869My apologies, but I think this may have now caused another issue.
You can no longer see the ‘cart’ icon that usually pops up top right of the page. Also, you can see that there are no products showing in the cart in the cart widget.
http://themakeupfactory.com.au/product/flawless-mineral-foundation/
There are currently two products in the cart.
May 4, 2014 at 6:22 am #259878Hi!
Thank you for the info.
I just tested if the snippet above will fix the script error on the console and it does remove the errors but somehow break the cart icon and the cart widget. Please remove the code on your child theme functions.php. I’ll ask Dude to check this. Also, please visit the wp-content/plugins folder then remove any unused plugin folders there.
Regards,
IsmaelMay 5, 2014 at 7:24 am #260088Hi!
1) Please Update WooCommerce & Enfold to the latest version.
2) Revert Ismael’s code mod.
3) Deactivate all plugins except WooCommerce and check if the issue persists. If not activate the plugins one by one to find the conflicting plugin.
Best regards,
PeterMay 5, 2014 at 1:17 pm #260216@dude, I have done as requested and all works well. I have also re-activated my plugins and everything is still working.
Thank you and Ismael for the help.
Cheers
Julie -
AuthorPosts
- The topic ‘Enfold : Add to cart button not showing up on variable product’ is closed to new replies.