This topic has 5 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Olga Barlow
While clicking on product it goes directly to Shopping mode asking for order, how first click show product detail as already given in product detail include product detail text and pictures?
https://eshoppingbug.com
Hello,
If you click on the product you are redirected to single product page https://gyazo.com/1f1fd2f2b061cb893a79d6fcc352bb91
We don’t see any redirect to cart or checkout. So, I don’t understand your issue. Could you explain in more details, please? Maybe provide screenshot or video for better understanding.
Regards
Hello,
If you click on the product you are redirected to single product page https://gyazo.com/1f1fd2f2b061cb893a79d6fcc352bb91
We don’t see any redirect to cart or checkout. So, I don’t understand your issue. Could you explain in more details, please? Maybe provide screenshot or video for better understanding.
Regards
Please click below link what I want:
https://drive.google.com/file/d/1kwJfIOD0G-u0OK6Ol17o2flHZGE36XHS/view?usp=sharing
1. I want to display product detail as appears in Aliexpress…
2. how do I edit https://eshoppingbug.com/product/mens-blue-denim-jeans/ page, I don’t want to display SKU or Category etc
3. After complete order page appears, how to edit that page
Best regards
Thanks
Hello,
1) I see you want to enable product description then:
a) Go to Theme Options > Single Product > Tabs Settings > Tabs type > choose the tabs design that will suit your needs. At this moment it’s probably disabled.
b) go to Products > edit your product and add product description http://prntscr.com/ocjgt8
2) There is no option to disable them but you can hide it using custom CSS (Theme Options . Custom CSS)
.product_meta {
display: none;
}
3) Are you talking about “Thank you” page? WooCommerce does not have settings to change its content. You can do this only by additional customization of xstore/woocommerce/checkout/thankyou.php file. Copy this file to your child theme and edit according to your needs. In case you need help with this you can submit customization request here.
Regards
You must be logged in to reply to this topic.Log in/Sign up