![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]() How do I specify certain attributes across different categories in the store? For example in v1, I had a "best sellers" page and I products from a bunch of categories in there. I suppose I could make a "best sellers" custom view but wouldn't I have to re-add products that already exist in my store? Next I was thinking about adding a custom query string to specify the product IDS, but what if my page had hundreds of products.. that would be a huge query string!
Any best practices for this would be much appreciated. Thanks. |
#2
|
||||
|
||||
![]() I think the best way is to create a 'hidden' category, add your "Best Sellers" to that category and then create a custom view which displays only products from your 'hidden' category.
That way you are not dealing with many product IDs, you are simply dealing with 1 category ID.
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Ooops I guess this thread should be moved to the v3 threads.
The only issue I can see with doing it that way is that I will get duplicate product detail pages. Ones that are in the regular categories and ones that are in the best sellers? |
#4
|
||||
|
||||
![]() Quote:
HTML Code:
<a href="[server.url query='view=product&p=$product->id']" title="[product.name]">[product.name]</a> For example, before editing that link, I got this URL: /store/best-sellers/product-name/194700040367894/ After using the new tag, I got this: /store/appliances/stand-mixers/product-name/194700040367894/ And the product is in the Appliances > Stand Mixers category. Eric
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Hmm is there anything I need to add to that link? It still has it going to the best-sellers URL
|
#6
|
|||
|
|||
![]() Just realized the category had to be hidden for this to work. Thanks again Eric.
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
v1 to v3 Modules Utilizing Attributes, Click/PV Popularity, Specific Categories | cspdfadmin | Upgrading from V1 to V3 | 1 | January 23rd, 2011 11:10 AM |