Page 23 of 48 FirstFirst ... 13212223242533 ... LastLast
Results 221 to 230 of 476
  1. #221
    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 Cookiepus View Post
    Thanks Gilby
    i didnt know that was built in.
    what a great mod.
    i have my items grouped in cross sells of around 8.
    Do i have to enter sort order for each & every item?
    i mean, can i set it so certain items will appear first in each cross sell group?
    Cheers
    Cookie
    In this version no you need to do it manually.

    I am looking to have a default sort order based on the entry sequence. (This could only work for one way cross sells)

  2. #222
    Join Date
    Jan 2010
    Posts
    131
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    OK - well
    thanks again
    Cookie

  3. #223
    Join Date
    Sep 2011
    Location
    Melbourne, Australia
    Posts
    31
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    Again its a matter of playing with the CSS and the styles for those elements.
    Your site is down at this time so I can't see it
    Thanks, I'll see how I go. BTW the site is back up & running. Was only down for a short time.

  4. #224
    Join Date
    Oct 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Zen Cart v1.3.8/v1.3.8
    Multi Cross Sell Admin v1.02

    Hi,
    Above is the version of Zen Cart which I am using and my Multiple Cross Sell.

    I am having problems using this feature....

    Could anyone give me basic info on how to use it..

    Thank You

  5. #225
    Join Date
    Sep 2011
    Location
    Melbourne, Australia
    Posts
    31
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by gilby View Post
    Again its a matter of playing with the CSS and the styles for those elements.
    Your site is down at this time so I can't see it
    Okay, not having any luck. Saying that, I am a total novice at this sort of thing. I've got something that is reasonable looking but I need the bottom line on my box and need to centre the product titles under the image. Any advice on this would be greatly appreciated.

  6. #226
    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 My_Red_Zebra View Post
    Okay, not having any luck. Saying that, I am a total novice at this sort of thing. I've got something that is reasonable looking but I need the bottom line on my box and need to centre the product titles under the image. Any advice on this would be greatly appreciated.
    I remember using "view source on that page and at the bottom of the "also purchased" box there was a line with a class added by your template.
    You simply grab that line and add it to the bottom of the cross sell box.
    You have removed the "also purchased" box from your site so I cannot tell you exactly what that line is.

  7. #227
    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 budgieoc18 View Post
    Zen Cart v1.3.8/v1.3.8
    Multi Cross Sell Admin v1.02

    Hi,
    Above is the version of Zen Cart which I am using and my Multiple Cross Sell.

    I am having problems using this feature....

    Could anyone give me basic info on how to use it..

    Thank You
    Have you looked in the mod here?
    \docs\README-MultiCrossSell.txt
    and
    \docs\how_to_use.txt

  8. #228
    Join Date
    Jan 2012
    Location
    Northern Indiana
    Posts
    41
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Quote Originally Posted by niccol View Post
    Well as a work around for 1.5 you could do this:

    Install as before. You won't see anything in the admin menus yet.

    Then run the following sql patch:

    Code:
    INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('multiXsell', 'BOX_CATALOG_MULTI_XSELL_PRODUCTS', 'FILENAME_MXSELL_PRODUCTS', '', 'catalog', 'Y', 999);
    if your site uses a prefix for the database tables then you'll have to change the 'admin_pages' to 'prefixadmin_pages' ( and in the next one) . that will let you see the menu item in the 'catalog' menu.

    using that you install the mod with the install button

    however you still won't be able to see the configuration menus. for that you can run this sql :

    Code:
    SELECT (@sort_order:=MAX(sort_order)+1) FROM admin_pages WHERE menu_key='configuration';
    SELECT (@configuration_group_id:=configuration_group_id) FROM configuration_group WHERE configuration_group_title= 'Cross Sell Settings' LIMIT 1;
    INSERT INTO admin_pages (page_key, language_key, main_page, page_params, menu_key, display_on_menu, sort_order) VALUES ('configMultiXsell', 'BOX_CATOLOG_MULTI_XSELL_PRODUCTS', 'FILENAME_CONFIGURATION', CONCAT('gID=', @configuration_group_id), 'configuration', 'Y', @sort_order);
    that should get you functional with this great mod even if it not ideal .

    Nick,

    Could you be so kind as to provide the SQl script to add 'Admin/Configuration/Cross Sell Settings' to the admin?

    Thanx in advance!
    Michael (Zen Greenhorn)
    Remember: Every expert started out as a beginner!

  9. #229
    Join Date
    Feb 2012
    Posts
    67
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Where is the SQL file located?

  10. #230
    Join Date
    Feb 2012
    Posts
    67
    Plugin Contributions
    0

    Default Re: Multi Cross Sell mod [Support thread]

    Nevermind. I got it. But I still don't have a Cross Sell option in my configuration menu.

 

 
Page 23 of 48 FirstFirst ... 13212223242533 ... LastLast

Similar Threads

  1. Cross Sell Advanced [Support Thread]
    By DivaVocals in forum Addon Admin Tools
    Replies: 153
    Last Post: 19 Mar 2024, 08:22 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