Important - Hands Up!
- Please ask using the account with which you made the purchase or download of our products and in its respective category.
- If you bought our products in another market, ask your questions in that market, not here.
* ADD PRODUCT NAME IN START OF SUBJET
Tienda functionality
- E
- etrader Junior Member
- Topic Author 3 weeks 1 day ago #1
Hello Leoalv,
I have been using Tienda for a few years now. I am looking for some enhanced functionality and wondering if you are open to listen?
1. How can I made the default VM product view the list instead of grid view?
2. In the product details screen, I am missing a button near the add to cart that directs customers to write a review for the product. Currently they have to navigate to tabs.
3. Out of stock products, can be seen as out of stock when there is a mouse-over. Is it possible for the image to remain greyed out when out of stock? Easier for customers to spot.
Thanks for your feedback.
Frank
I have been using Tienda for a few years now. I am looking for some enhanced functionality and wondering if you are open to listen?
1. How can I made the default VM product view the list instead of grid view?
2. In the product details screen, I am missing a button near the add to cart that directs customers to write a review for the product. Currently they have to navigate to tabs.
3. Out of stock products, can be seen as out of stock when there is a mouse-over. Is it possible for the image to remain greyed out when out of stock? Easier for customers to spot.
Thanks for your feedback.
Frank
Please Log in or Create an account to join the conversation.
- L
- leoalv Moderator
- 3 weeks 23 hours ago #2
Hello.
1. To display products by default in list view, just edit your menu item and in the Page Display tab in the Page Class field add the class product-list-layout
2. Currently the reviews are in a tab because the content is long due to the form and if the product has reviews it will be longer so as not to be able to be in the Add To Cart section. Or do you want a button that when you click on it it will automatically take you to the tab? If so, you need to edit a file to know which one you need to know the exact place where you want to display the button. You also need to know Javascript to make that button open the review tab.
3. From what I understand, you want the product image to be displayed in grayscale mode when the product is out of stock. To give you an adequate answer we would need to see a product that is out of stock, because if it has a class that indicates that it is out of stock, you could simply add disabled using javascript, so that it is not navigable or with CSS make the image gray. Now if you don't have a class you can also do it using javascript, or if you prefer directly you would have to modify files.
Regards
1. To display products by default in list view, just edit your menu item and in the Page Display tab in the Page Class field add the class product-list-layout
2. Currently the reviews are in a tab because the content is long due to the form and if the product has reviews it will be longer so as not to be able to be in the Add To Cart section. Or do you want a button that when you click on it it will automatically take you to the tab? If so, you need to edit a file to know which one you need to know the exact place where you want to display the button. You also need to know Javascript to make that button open the review tab.
3. From what I understand, you want the product image to be displayed in grayscale mode when the product is out of stock. To give you an adequate answer we would need to see a product that is out of stock, because if it has a class that indicates that it is out of stock, you could simply add disabled using javascript, so that it is not navigable or with CSS make the image gray. Now if you don't have a class you can also do it using javascript, or if you prefer directly you would have to modify files.
Regards
Please Log in or Create an account to join the conversation.
We use cookies to ensure that we give you the best experience on our website. Please read our Privacy Policy