This topic has 16 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Hello,
I want create a set of variable product with different colors, such that when I select a color in the drop down list, the product image changes to the specific color and maybe the name is visible in an image caption. Is it possible?
I’ve tried to follow the instructions for variable product, but it is not diplaying correctly.. Please help me on that.
Hello,
Please provide us with FTP credentials as well.
Best regards,
Jack Richardson.
FTP credentials
Any updates please?
Hello,
I’ve disabled “Just Catalog” option in Theme Options > Shop. Please check the page now.
Regards,
Eva Kemp.
Hello,
Works perfectly! Thanks. Is there a way to remove prices, I want to use it as a display catalog only but with variable products.
Hello,
If you remove prices variations won’t be shown.
But you can hide price using css, add this code in Theme Options > Custom CSS > Global Custom CSS:
.product-information .price {
display: none;
}
Regards,
Eva Kemp.
Hello,
I have been able to get the drop-down… Otherwise is there any other option instead of the drop down list since my products vary only in color?
Also I wish to remove the “ADD TO CART” button and the “ADD TO WISHLIST” on product page. I will not make use of SKU, so can this also be removed?
The main purpose for which I’m using this theme is for product visibility for my customers (no price, no online purchase). They might need to contact me for product prices.
Please help me with these.
Thanks.
Also, is it possible to view the product title in the gallery slider on the single product page? For the Shop, how can I sort only by “name” and “popularity” only?
Thanks in advance.
Hello,
Sorry, but there is no other option instead of the drop down list.
To hide “Add to Cart” button add this code in Global Custom CSS:
.product-information .cart button[type="submit"] {
display: none !important;
}
Unfortunately there is no possibility to view product title in gallery slider.
You can select sorting in Woocommerce > Settings > Products > Display > Default Product Sorting.
Best regards,
Jack Richardson.
Thank for helping.
I have been able to remove the “add to cart” but the quantity is showing up on the product page…
You can view it here: http://heliospolarized.com/?product=absolute How to remove this?
For the production title, however, is it possible to view it in the accordion main preview?
Hello,
Please add this css code to remove quantity option:
.quantity {
display: none;
}
Could you please show a screenshot what you’d like to achieve for production title?
Thank you.
Best regards,
Jack Richardson.
I’ve put the link for a product page in private content. I wish to get the title “color code” in the product page view.
Thanks.
Hello,
We can’t access your site getting Internal Server Error.
Please check it with your host.
Best regards,
Jack Richardson.
Please check again, should be good.
Hello,
Sorry, but there is no such possibility in the theme.
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up