This topic has 14 replies, 3 voices, and was last updated 3 years, 7 months ago ago by Olga Barlow
im selling game gold /currency
I don’t need single product pages. I just want a shop page.
I found some methods on google, but it doesn’t work
Hello,
You can just disable links to single product pages on your site using custom CSS and your visitors just won’t have a chance to click and follow the single product. Provide us with a link to your site and I’ll send you custom CSS to implement this.
Regards
1
Hello,
Add the next code in Theme Options > Theme custom CSS:
.content-product .product-content-image,
.product-mini-image,
.product-title,
.cart .product-thumbnail a {
pointer-events: none;
}
Regards
Thank you so much
btw how disable links to categories
Hello,
Replace the previous code with this one
.content-product .product-content-image, .product-mini-image, .product-title, .cart .product-thumbnail a, .content-product .products-page-cats a {
pointer-events: none;
}
Regards
great
display total price when quantity selection change
like this gif image
https://imgur.com/a/xKu2Eoo
Hello,
We don’t have such option. It’s possible to implement only by additional customization. You can submit customization request here.
Regards
There is a bug
disable links to single product pages
but Click the add to the car button still go to single product pages
please help me
Hello,
Provide us with WP Dashboard and FTP access to your site to check the issue.
Regards
Min Max Quantities
The bug that appeared after setting it up
Hello,
Check now, please.
Regards
Chrome still doesn’t work
Other browsers are working
Hello,
Clear Chrome cache https://chrome.google.com/webstore/detail/clear-cache/cppjkneekbjaeellbfkmgnhonkkjfpdn
Regards
You must be logged in to reply to this topic.Log in/Sign up