MOBILE issue. The main issue I have is that the Cart icon is sitting on the very top of the mobile or very bottom or top left as per setting, BUT when a user scrolls down the Cart icon does NOT follow down. Therefore when you add something in to the Cart, and you are right down the bottom of the mobile, the customer has NO idea WHERE the Cart icon is at it is right up the top ..
How can I fix this so that the Cart Icon is viewable at all times and NOT sit STUCK in 1 position, but be visible as the Customer scrolls down the page.
Currently customers are complaining as they have added items in the Cart, but CANNOT see the Cart anywhere, then I figured out that they have to scroll right to the TOP to see the Cart icon. It needs to be visible wherever the Customer scrolls and ALWAYS be visible NOT just at the bottom of the page on mobile where the Customer has to scroll with his fingers 20 times to get to bottom of the page … Customers are complaining.
Not very good, HOW can I rectify this issue please urgently
I also tried another setting:
I saw there was a setting which I tried called “MODAL MODE” Open the Cart in the middle of the screen … but that doesn’t work so great on the MOBILE as it goes right down halfway on the page on mobile which could be 5 scrolls with the finger downwards BEFORE you can find it. That is NOT good either. It greys out everything and Customer has no idea what is going on OR WHERE TO FIND THE CART again … or the CONTENTS of the CART …
How else can I have your Cart Contents popup so it is visible when people scroll, otherwise it just seems to sit in the ONE SPOT which is a pain. My client may have 30 products on the scroll on mobile and the Cart popups on top Left or Top Right or Bottom Left or BOttom right, but NO option to have it sit in one spot so everyone can find the CART on scroll. Otherwise Customer cannot find it, they will NOT know they have to scroll UPWARDS to the top to find it. Very confused.
Thanks
Kristin
]]>Though, my shop only requires one selection.
The variations i use are:
1. Color
2. Image
Anytime i only select a color, or an image the add to cart button is disabled because at default you should select one from both variations. So “Color 1 and Image 3”.
My product actually just requires one variation to be selected. You can either pick a color, or a “image”.
I just cant seem to find the code that handles this button and the validation of variation selection.
Is there any one here that can help me with that? So the goal is to have 2 variation types and if only one of the 2 is selected i still want the add to cart button to function.
I already made a script that de-selects the current selection if you pick another one so that’s all good.
Thanks.
]]>I have always used your free plugin and always works no issues. I have purchased the paid plugin today as I needed some additional features which also works great !
Just one little issue, when the popup comes up after I have added item to cart, it doesn’t display the additional Add-ons that were chosen
It shows it properly in the Cart & Checkout area, but the options need to be viewed in the popup after the item has been added to cart.
How can I rectify this ?
I couldn’t see where to get direct support for a paid plugin either and where to email to.
Please advise urgently so I can rectify the issue.
Thanks
Kristin
Works perfectly on the Ipad, PC & Laptop and most phones. I love the way it displays.
I have 1 x phone that it displays greyed out about 2 cm on the top and then I have to scroll down to view the popup and then 2cm underneath that again is grey .. you can tell it is the popup. This is after I have clicked on “Add to Cart” so you know it is the popup acting bit strangely
Why would it be displaying huge and extra top and bottom grey areas when other phones is displaying no issues.
I have a Samsung Galaxy Note 3 and works perfectly.
My son has a Samsung Galaxy S5 and has issues displaying it properly here for some reason.
URGENT
Any ideas ?
Thx
Kristin
I want to make it so my client, after clicking on image in product grid, skips everything else and goes into checkout.
Thanks
]]>I would like customers to see the product variations dropdown, but not be able to add it to the cart or see any prices.
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
return '<a href="' . get_permalink(woocommerce_get_page_id('myaccount')) . '">Login to See Prices</a>';
The above code removes the price, add to cart and variations.
add_filter( 'woocommerce_is_purchasable', false );
This disables the add to cart, but doesn’t remove it. I would ideally not like to resort to hiding these via CSS.
]]>add_action('after_setup_theme','activate_filter') ;
function activate_filter(){
add_filter('woocommerce_get_price_html', 'bbloomer_show_price_logged');
}
function bbloomer_show_price_logged(){
if(!is_user_logged_in() ){
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
}
}
website: https://www.viva-viva.ru
Please help! Also, is there a way not to open a cart sidebar when add_to_cart is clicked?
Thank you
]]>What am I missing?
]]>In settings i have enabled Enable AJAX add to cart buttons on archives
Any advice?
https://www.ads-software.com/plugins/woocommerce/
]]>