Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1063221

    Hi,
    I have tested 2 different plugins for ‘quickview’ in woocommerce:

    1) WPC Smart Quick View for WooCommerce
    2) YITH WooCommerce Quick View

    both 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!

    #1064984

    Hey dannhanks,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1067917

    Hi, visit here click on a quick view, you will see there is no quantity buttons.

    • This reply was modified 5 years, 8 months ago by dannhanks.
    #1069913

    HI 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/

    #1070715

    Hi,
    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,
    Mike

    #1072614

    Hi 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

    #1072634

    Hi,
    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,
    Mike

    #1073207
    This reply has been marked as private.
    #1073497

    Hi,
    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,
    Mike

    #1077340

    thanks 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

    #1077344

    Hi Mike, I just uploaded the copy of enfold to my live site and no quantity fields came through?

    Did you add a setting somewhere?

    #1077661

    Hi,
    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,
    Mike

    #1077794

    mmm… I did a fresh copy… Straight from the staging server to the live, I will attempt again

    #1078074

    Hi,
    Also try to clear your cache and ensure that your performance settings > “Disabling of template builder elements” are set to “Load all elements”

    Best regards,
    Mike

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.