Page 42 of 48 FirstFirst ... 324041424344 ... LastLast
Results 411 to 420 of 476
  1. #411
    Join Date
    Aug 2013
    Location
    USA
    Posts
    2
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    The headings are defined here:
    includes\languages\english\extra_definitions\YOUR_TEMPLATE\multi_xsell_box_defin es.php

    How many cross sells do you have defined?
    You define more in admin->configuration->Cross Sell Settings-> Number of Cross Sells
    Don't go overboard for most sites only need a handful.
    btw: Each cross sell "heading" can be used for thousands of individual cross sell product to product.
    Thank you! I haven't decided how many I want to use; I was just trying to figure out how to change the headers. And thanks for the heads up about the number of products!

  2. #412
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Hi, I'm sure I've searched for this before, but this module is so good that I'm trying again.

    I'd like this to work for document_product type.
    Would this be simple enough to do for a non coder?
    Didn't have any trouble with the regular install, but am sure it would be trickier for another product type.

    Thanks...

  3. #413
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by mcpisik View Post
    I'd like this to work for document_product type.
    Would this be simple enough to do for a non coder?
    Didn't have any trouble with the regular install, but am sure it would be trickier for another product type.
    Thanks...
    I have never had a need to do this so have never previously tried to do this.
    Just did a quick test...
    I don't seem to have any reference to "product_type" in the code so that should allow this to work.
    Created a new "document product"
    Cross sell with a normal "product general"
    No problems in the admin.

    Displaying the product info page of the "product general" item show the "document product" item as a cross sell, OK.

    Displaying the product info page of the "document product" item DOESN'T show the "product general" item as a cross sell.

    Not surprising as this uses the "document_product_info.php" (which is not customised)
    instead of "product_info.php" which does have the cross sell display code.

    So... I haven't tried it but it should be a relatively simple matter to add the cross sell code that was added to "product_info.php" to "document_product_info" as well.

    Remember to copy the "document_product_info.php" to your overide directory.
    And of course, don't use on a live store until you have confirmed that it works.

    Let us know how you go?

    I will put it down as a possible extension to the existing code.
    Last edited by gilby; 20 Oct 2013 at 02:35 AM.

  4. #414
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Thanks so much Gilby for the good info.
    I just found that bit of code in my document_product_info already there, so I must have given it a shot at some stage.
    I'll look further now that I've got your info that it may be the right idea, but thought I'd say thanks before the mission makes me forget.
    Will certainly post if I make it work, but yes, if you could add it to a future update that would be superb :)

  5. #415
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Success! The first time I tried to install the whole module, I'd put the code in for my normal products and also my document_product.
    However, I'd pasted the first bit of code for perhaps a single cross sell box, from the included document sample.
    It should have been the "All The Cross_Sell Boxes:" section that I pasted.
    After swapping that it worked instantly for my additional product types.
    Very happy.

  6. #416
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by mcpisik View Post
    Success! The first time I tried to install the whole module, I'd put the code in for my normal products and also my document_product.
    However, I'd pasted the first bit of code for perhaps a single cross sell box, from the included document sample.
    It should have been the "All The Cross_Sell Boxes:" section that I pasted.
    After swapping that it worked instantly for my additional product types.
    Very happy.
    Thanks for letting us know that it works for that product type as well.

  7. #417
    Join Date
    May 2009
    Posts
    1,238
    Plugin Contributions
    2

    Default Re: Multi Cross Sell mod [Support thread]

    Hi,

    I think (hope) I followed the instrictions, but when I go to Admin->Catalog->Multi Cross Sell, and click "install" I get this:
    "WARNING: An Error occurred, please refresh the page and try again."

    I believe it has to do with localisation, the admin language is Italian, and "Multi Cross Sell" does not show up under Admin->Catalog, when I switch to English it does, so I can click on "install" to get the above error, when I switch back to Italian from the "install" page I do see the "HEADING_TITLE" (I know all I need is to translate that in the defines).

    I think of the language as the issue since I had a similar problem with another plugin, which was solved by the author addressing the language in the installation file; could it be the same with Multi Cross Sell, or is it caused by something else?

    In both cases will you please assist me?

    Thank you.

  8. #418
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by keneso View Post
    Hi,

    I think (hope) I followed the instrictions, but when I go to Admin->Catalog->Multi Cross Sell, and click "install" I get this: "WARNING: An Error occurred, please refresh the page and try again."
    Bug.. You need to apply a bug fix shown in post 291


    Quote Originally Posted by keneso View Post
    I believe it has to do with localisation, the admin language is Italian, and "Multi Cross Sell" does not show up under Admin->Catalog, when I switch to English it does, so I can click on "install" to get the above error, when I switch back to Italian from the "install" page I do see the "HEADING_TITLE" (I know all I need is to translate that in the defines).

    I think of the language as the issue since I had a similar problem with another plugin, which was solved by the author addressing the language in the installation file; could it be the same with Multi Cross Sell, or is it caused by something else?
    Thank you.
    Works fine with other languages.
    You make a copy of the language defines in your italian template and convert these to Italian.
    Last edited by gilby; 3 Dec 2013 at 03:43 AM.

  9. #419
    Join Date
    May 2009
    Posts
    1,238
    Plugin Contributions
    2

    Default Re: Multi Cross Sell mod [Support thread]

    Thank you very much. Sorry I hadn't gone thru all the thread, my bad.
    It works fine now.

    In the docs I see reference to Admin->Catalog->Advanced Cross-Sell, which I don't see - most probably I am missing something obvious - and honestly I don't have it very clear what is the difference; will you please help me get it.

    Thank you again.

  10. #420
    Join Date
    Aug 2005
    Location
    Vic, Oz
    Posts
    1,905
    Plugin Contributions
    5

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by keneso View Post
    Thank you very much. Sorry I hadn't gone thru all the thread, my bad.
    It works fine now.

    In the docs I see reference to Admin->Catalog->Advanced Cross-Sell, which I don't see - most probably I am missing something obvious - and honestly I don't have it very clear what is the difference; will you please help me get it.

    Thank you again.
    They are references to a previous mods documentation, which are NO longer relevant. I will remove them in the next update.
    The 2 (only) important places are.
    admin->catalog->Multi Cross Sell
    and
    admin->configuration->Cross Sell Settings

 

 
Page 42 of 48 FirstFirst ... 324041424344 ... LastLast

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. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Just another Cross-Sell mod (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 702
    Last Post: 3 Nov 2012, 04:30 AM
  4. Multi cross sell mod
    By bonsey61 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 9 Oct 2010, 08:12 PM
  5. support for Cart Upsell/Cross Sell Mod
    By wagnerguy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 May 2009, 01:18 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