![]() |
Sorting Feature
Store ID: 1370z6okhigyxuvq
Website URL: czarczar.com URL to page in question: (SIMILAR) http://www.zales.com/family/index.js...goryId=3045659 Hi, I am starting build my JEWELRY STORE. There are so many choice by " Size", "Price", "Stone Type", "Metal Type"--- Can I do custom SORTING FEATURE for that? Or I have to fill in different categories again & again? Thanks Feerie |
Hi
Sorting for some of those parameters doesn't make much sense... For example, how would "Sort by Store Type (Ascending/Descending)" be helpful? The user would still have to page through lots of pages before getting to "Silver Rings". Filters would work better. I would try to use filters such as: price=200-500&word=gold+diamond+ring It's not perfect but no merchants provide material delimited fields because nearly all networks don't support that level of granularity in their data feed constructs. This thread could help: /showthread.php?t=3853 To have the most accurate results you might have to build each category manually, however I would try implementing the steps outlined in the link above to see if you can get what you want first. Eric |
GREAT
Thanks.
That's exactly what I need. feerie |
Hi, Eric:
Could you be kind tell me how to setup the code for below. (1) DISCOUNT 10% Off or More 25% Off or More 50% Off or More 70% Off or More (2) AVG. Customer Review ***** & Up **** & Up *** & Up ** & Up * & Up (3) QUANTITY OF PRODUCTS Earrings Ball (201) Drop & Dangle (21,045) Diamond Accented (199) Hoop (1,881) Stud (28,631) THANKS Feerie |
Hi
Because discounts and reviews information are not stored in our database, those filtering parameters will not be possible. You can add this tag [category.count total='no'] to your category views next to [category.name] to display the total number of products in each category. Eric |
Store ID: 169kz4tyljav6giw
Website URL: http:http://earrings.fuuuu.co/store/category/diamond-drop/ URL to page in question: filter doesn't work. Hi, Eric: The filters don't work.Where did I do wrong? THANKS Feerie |
Hi
There are a couple of problems. First, here's your code for Metal Types: HTML Code:
<ul> query='Metal Type=Titanium' You would be better off doing: word='Titanium' Secondly, your code has many spaces in the code. For example, you have this: Code:
query='Metal Type=14K Yellow Gold' To rewrite that correctly using the proper code and spacing it would look like this: Code:
query='word=14K Yellow Gold' Eric |
All times are GMT -5. The time now is 01:04 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.