![]() |
Re: X-Cart reBOOT (reDUX) Template
seems to be this:
Code:
{if $config.Product_Notifications.prod_notif_enabled_B eq 'Y' && $product.avail eq 0} |
Re: X-Cart reBOOT (reDUX) Template
Quick way to add sort by 'Date' in the product 'Sort By...' dropdown...
1) Apply this SQL patch... Code:
REPLACE INTO xcart_config VALUES ('products_order','Select the order in which products should be displayed within a category','add_date','Appearance',110,'selector','orderby','productcode:lbl_sku\ntitle:lbl_product\norderby:lbl_default\nprice:lbl_price\nsales_stats:lbl_sales\nreview_rating:lbl_acr_sort_by_review_rating\nadd_date:lbl_date','',''); 2) In /include/search.php After... Code:
'sales_stats' => 'lbl_sales', Insert... Code:
'add_date' => 'lbl_date', Then before... Code:
default: Insert... Code:
case 'add_date': |
Re: X-Cart reBOOT (reDUX) Template
Hi Phil,
I just noticed something where the reDUX category sequence on my 'first category' is appearing in SKU sequence, and not the preferred item sequence as specified in the admin panel-> category products-> position. All 'other' categories are appearing as preferenced in the cat products-> position column. I do NOT think this has always been happening, but, not sure. I start the ordering Pos sequence value with '0', which I always have done. Any ideas? Thanks Peggy |
Re: X-Cart reBOOT (reDUX) Template
@Peggy, I believe you have to set "Select the order in which products should be displayed within a category" to "Default" in Admin > General Settings > Appearance.
|
Re: X-Cart reBOOT (reDUX) Template
1 Attachment(s)
Thanks Phil,
the products are displayed in 'default' in admin panel->general settings->appearance Any other ideas? I know these were listed in the correct sequence at some point, can't think of what I could have done to change it, and only to the 'first' category. Going to run a test on my 'test server', and move the category around to see if the problem is on the 'first category' or 'this category' stay tuned. Peggy |
Re: X-Cart reBOOT (reDUX) Template
is there any way to create an advanced search that could search by variant name? Say someone wanted a "7.5" shoe what had stock > 0
possible?? |
Re: X-Cart reBOOT (reDUX) Template
Not that I know of Doug, it's probably quite involved, but I'll have a think ... maybe give Steve or BCSE a shout.
There were 'make/model/year' type mods floating about at one time, which I think utilised product extra fields... maybe one of them could do the job... OOH, this is my 4000th post, woot ;) |
Re: X-Cart reBOOT (reDUX) Template
Quote:
Yes it could be done. Drop us an email if you want. Thanks, Carrie |
Re: X-Cart reBOOT (reDUX) Template
Quote:
Im having this same problem, out of stock notification button does not show on variant products only. Works everywhere else. Was this resolved? |
Re: X-Cart reBOOT (reDUX) Template
no, see post #411 for my work around.
|
All times are GMT -8. The time now is 11:27 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.