add to cart button placement on mobile and product upload image error
-
Hi,
I am facing an issue that I want to place buy now button under add to cart button on product page in mobile view. (attaching Screenshots for reference) . I simply want the add to cart button on top and buy now button under it. and t should be full width for mobile.
Secondly, I am using “File Uploads Addon for WooCommerce” plugin by imaginate solution. For image uploading feature so that my customers can upload image with product to get their products customized accordingly. But when i placed the test order using buy now button after selecting style, size and uploading image everything seems fine and uploaded image is showing on checkout and on backend orders as well.
but when i placed order using add to cart and then I go to check cart or go to checkout after ading product to cart, it is not carrying the image to checkout page and also image is not showing on backend with order.
Hope you will solve these issues.
Regards,
Shoaib
Attachments:
You must be
logged in to view attached files.
Hello,
01. Try to add the following CSS code to Theme Settings → Custom CSS → Mobile CSS section:
.single_add_to_cart_button,
.wd-buy-now-btn {
width: 100% !important;
display: block;
margin-right: 20px;
}
02. Could you please check how it works with some default WordPress themes like WooCommerce Storefront to understand if it is our theme issue or not?
Best Regards,