-
AuthorPosts
-
February 5, 2019 at 4:55 pm #1063221
Hi,
I have tested 2 different plugins for ‘quickview’ in woocommerce:1) WPC Smart Quick View for WooCommerce
2) YITH WooCommerce Quick Viewboth came out with a quick view box with a quantity field but no up/down buttons.
with WPC this is what output I am getting:
<form class="cart" action="#" method="post" enctype="multipart/form-data"> <div class="quantity"> <label class="screen-reader-text" for="quantity_5c59a27fc41f3">Quantity</label> <input type="number" id="quantity_5c59a27fc41f3" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric" aria-labelledby="title of product"> </div> <button type="submit" name="add-to-cart" value="638" class="single_add_to_cart_button button alt">Add to basket</button> </form>
On the single page view, where the minus / plus buttons are, the full code is:
<form class="cart" action="https://www.randwshop.com/product/blustream-cm100" method="post" enctype="multipart/form-data"> <div class="quantity"> <label class="screen-reader-text" for="quantity_5c59a29daa4f0">Quantity</label> <input type="button" value="-" class="minus"> <input type="text" id="quantity_5c59a29daa4f0" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric" aria-labelledby="Blustream HDMI 4K60 Network Controller - CM100 quantity"> <input type="button" value="+" class="plus"> </div> <button type="submit" name="add-to-cart" value="638" class="single_add_to_cart_button button alt">Add to basket</button> </form>
gaining the:
<input type="button" value="-" class="minus">
and
<input type="button" value="+" class="plus">
buttons…Do you know of a way to load these extra parts in or a better quick view option for enfold which displays all necessary buttons?
Thanks!
February 9, 2019 at 8:47 pm #1064984Hey dannhanks,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
VictoriaFebruary 17, 2019 at 5:44 pm #1067917February 21, 2019 at 1:03 pm #1069913HI any news? I see this has been an issue before but it seems people have given up:
https://kriesi.at/support/topic/enfold-and-quick-view-from-woo-and-plus-minus-buttons/
February 23, 2019 at 6:05 pm #1070715Hi,
Sorry for the late reply, I researched this issue and couldn’t find anything on it, while we can add the plus & minus buttons to the element, they do not work to change the quantity. So this tells me that the problem is much deeper in the code. It seems that the reviews on the support page for this plugin says that free version doesn’t work. Perhaps it’s crippled?Best regards,
MikeFebruary 28, 2019 at 12:05 pm #1072614Hi Mike, thanks for the reply, how about the yith plugin though? It’s doing the exact same thing, could it be that both of these plugins are broke?
Do you know of any quick view plugins that work?
thanks
February 28, 2019 at 2:09 pm #1072634Hi,
Perhaps updating the theme will help, if you include admin login and ftp access in the Private Content area, I could give it a try.Best regards,
MikeMarch 1, 2019 at 2:49 pm #1073207This reply has been marked as private.March 2, 2019 at 4:57 am #1073497Hi,
Thank you for the FTP access, I wanted to test a new version that the dev team gave me to solve some recent issues. I renamed your current theme to “enfold-old” then I uploaded the new “enfold” and checked that your site is working correctly. Please also check for yourself.
Once you are happy you, (or I) can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Please take a look to see if this solved your issue.Best regards,
MikeMarch 11, 2019 at 2:06 pm #1077340thanks Mike, the quantity buttons are there!
so this is a new version of enfold? Will I be ok to update if a new one comes in?
thanks
March 11, 2019 at 2:20 pm #1077344Hi Mike, I just uploaded the copy of enfold to my live site and no quantity fields came through?
Did you add a setting somewhere?
March 12, 2019 at 6:59 am #1077661Hi,
No I just uploaded the files, it is important to not try to overwrite the theme files, it needs to be a whole new theme directory.Best regards,
MikeMarch 12, 2019 at 12:14 pm #1077794mmm… I did a fresh copy… Straight from the staging server to the live, I will attempt again
March 13, 2019 at 3:03 am #1078074 -
AuthorPosts
- You must be logged in to reply to this topic.