Re: Just another Cross-Sell mod (support thread)
Hi yellow1912,
First of all, I would like to thank you for this great module.
I installed cross sell module and it adds the cross sell product just fine. However, I cannot edit the cross sell list. When I click edit all Xsell, I got the following error
Render error, file not found(C:/wamp/www/zenproject/admin/includes/templates/template_default/templates/xsell_advanced/edit.php)
I can't show the list of the Xsell product either with similar error
Render error, file not found(C:/wamp/www/zenproject/admin/includes/templates/template_default/templates/xsell_advanced/list.php)
I tried to find edit.php and list.php from the .zip module, but I can't find it them.
Are those feature still under development or am I missing something here?
Thank you,
Ogrelink
Re: Just another Cross-Sell mod (support thread)
I'd like to know if anyone has been successful in creating a sidebox to display the products in *INSTEAD* of the default set up?
I've searched and have not found but I simply may have missed it, so if its already here, if a link can be provided - that be great.
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
Ogrelink
Hi yellow1912,
First of all, I would like to thank you for this great module.
I installed cross sell module and it adds the cross sell product just fine. However, I cannot edit the cross sell list. When I click edit all Xsell, I got the following error
Render error, file not found(C:/wamp/www/zenproject/admin/includes/templates/template_default/templates/xsell_advanced/edit.php)
I can't show the list of the Xsell product either with similar error
Render error, file not found(C:/wamp/www/zenproject/admin/includes/templates/template_default/templates/xsell_advanced/list.php)
I tried to find edit.php and list.php from the .zip module, but I can't find it them.
Are those feature still under development or am I missing something here?
Thank you,
Ogrelink
I am having the same issue. Does anyone know a way to fix it?
GREAT add-on by the way!
By the way, I still have not been able to figure out how to add the cross-sell products to the shopping cart page. Can anyone point me in the right direction there? I would like for them to appear the same way they do on the product page, maybe just below the "Continue Shopping", "Checkout", etc buttons.
Re: Just another Cross-Sell mod (support thread)
On a related note, has anyone had any like integrating this add-on alongside yellow1912's?
http://www.zen-cart.com/index.php?ma...roducts_id=283
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
hockey2112
I am having the same issue. Does anyone know a way to fix it?
GREAT add-on by the way!
By the way, I still have not been able to figure out how to add the cross-sell products to the shopping cart page. Can anyone point me in the right direction there? I would like for them to appear the same way they do on the product page, maybe just below the "Continue Shopping", "Checkout", etc buttons.
Well, the way I do it now is to delete all the products that was not cross sell correctly then hit cleanup XSell to delete relations. To add more cross sell to one product that already has cross sell, I just add new cross sell list of the item, the old cross sell item and new cross sell item since the module is smart enough not to add duplicate.
I haven't tried putting cross sell on the checkout page. But, can't you just copy the code that is suppose to go to the product page to the shopping cart page?
Thanks
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
Ogrelink
Well, the way I do it now is to delete all the products that was not cross sell correctly then hit cleanup XSell to delete relations. To add more cross sell to one product that already has cross sell, I just add new cross sell list of the item, the old cross sell item and new cross sell item since the module is smart enough not to add duplicate.
I haven't tried putting cross sell on the checkout page. But, can't you just copy the code that is suppose to go to the product page to the shopping cart page?
Thanks
So you're just deleting the current ones via the database? Or...?
I tried a couple of ways to get it to show up on the cart page, but no luck yet. Let me know if you try it/succeed.
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
hockey2112
So you're just deleting the current ones via the database? Or...?
I delete them via admin page
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
Ogrelink
I delete them via admin page
Under what interface? Can you provide the path you use to get to that admin interface that allows Cross-Sell deletions?
Re: Just another Cross-Sell mod (support thread)
Quote:
Originally Posted by
hockey2112
Under what interface? Can you provide the path you use to get to that admin interface that allows Cross-Sell deletions?
:oops: I guess there's a little misunderstanding here. Well, I deleted all the related products before deleting the cross-sell. For now, It looks like the cross-sell relation in the database can only be deleted when the actual product is deleted. For example, if we add new cross sell for product A and B, then we delete product A and B then the cross sell relation will still be intact in the database. To delete the cross sell relation, we can go to the Admin page Catalog->Advanced Cross-Sell then select Clean Up XSell from there.
So, if you are talking about deleting the cross-sell without deleting the product itself, I don't see any way to do it for now.
Re: Just another Cross-Sell mod (support thread)
The cross sell sidebox is not showing. I have a feeling it has to do with this line of code:
PHP Code:
// don't display if less than the minimum amount set in Admin->Config->Minimum Values->Cross-Sell
if ($num_products_xsell >= (int)MIN_DISPLAY_XSELL && $num_products_xsell > 0) {
It's looking for a minimum value to be defined but the option is not on the admin side to define it.
This is from: \cross_sell_advanced\cross_sell_advanced\includes\modules\sideboxes