Page 69 of 71 FirstFirst ... 19596768697071 LastLast
Results 681 to 690 of 703
  1. #681
    Join Date
    Aug 2010
    Posts
    11
    Plugin Contributions
    0

    Default 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

  2. #682
    Join Date
    Jun 2009
    Posts
    617
    Plugin Contributions
    0

    Default 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.
    Thank you,
    autoace

  3. #683
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by Ogrelink View Post
    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.
    Last edited by hockey2112; 13 Oct 2010 at 07:09 PM.

  4. #684
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default 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

  5. #685
    Join Date
    Aug 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by hockey2112 View Post
    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

  6. #686
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by Ogrelink View Post
    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.

  7. #687
    Join Date
    Aug 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by hockey2112 View Post
    So you're just deleting the current ones via the database? Or...?
    I delete them via admin page

  8. #688
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by Ogrelink View Post
    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?

  9. #689
    Join Date
    Aug 2010
    Posts
    11
    Plugin Contributions
    0

    Default Re: Just another Cross-Sell mod (support thread)

    Quote Originally Posted by hockey2112 View Post
    Under what interface? Can you provide the path you use to get to that admin interface that allows Cross-Sell deletions?
    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.

  10. #690
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default 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

 

 

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 162
    Last Post: 28 Jan 2025, 01:37 PM
  2. Multi Cross Sell mod [Support thread]
    By gilby in forum All Other Contributions/Addons
    Replies: 475
    Last Post: 11 Apr 2020, 10:44 PM
  3. Trying to fully uninstall Cross Sell Just Another Mod
    By 1105designs in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 18 Oct 2011, 04:03 AM
  4. Fatal Error After installing Cross Sell - Just Another Cross Sell Mod
    By kconklin in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 9 Jul 2010, 02:38 PM
  5. "cross sell - just another cross sell mod"
    By australican in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 05:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR