Page 2 of 5 FirstFirst 1234 ... LastLast
Results 11 to 20 of 41
  1. #11
    Join Date
    Aug 2009
    Posts
    210
    Plugin Contributions
    1

    Default Re: Cross Sell Plus Advanced Sell Combo

    Hi Folks,

    If your not seeing anything popup in the catalog drop down in admin here are the steps to get it to show in the menu there.

    Go to admin --> Admin Page Registration

    For the page key you can enter what ever you want to title it

    Page name is BOX_CATALOG_ADVANCED_XSELL_PRODUCTS

    Page Filename is FILENAME_XSELL_ADVANCED_PRODUCTS

    Page Parameters, leave blank

    Menu, choose catalog

    Check the checkbox for display in menu

    Enter a number for the sort order, whatevery you want

    And thats it, if you want to use the original cross sell page and not the advance cross sell you can download the original cross sell module and navigate to admin/boxes/extra boxes/ open the file in there and you'll see the appropriate keys to register another page.

    Hope that helps ya all!

  2. #12
    Join Date
    Aug 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    Hi all!

    Great add on.... very handy...... would be nice to be able to cross sell a category as well as products.

    Maybe something for a future update? Unless anyone has cracked this one already *wink*wink*

  3. #13
    Join Date
    Aug 2005
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    Hi did you find the images?
    admin/images/icons are missing from the download.

    ie images/icons/admin_delete.gif

    same problem here

  4. #14
    Join Date
    Feb 2010
    Posts
    237
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    Hi:

    I am trying to download the plug in but am having a problem that I've never seen before. When I try to extract the zip file to my computer I get an error message. It says: Path too long. cross_sell_plus_advanced_registration_page.php.

    When I try to bypass the message every file seems to be there except for includes/functions/extra_functions/ this folder is empty.

    Could someone point me in the right direction?

    Dave

  5. #15
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    Top Hat

    Unzip it to your Root or C: drive in a folder call it downloads or something. Place the file in your downloads folder then unzip.

  6. #16
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    I too am having problems. My admin has the Advance Cross sell and the Cross sell dropdown.. Where should I see the cross sell items on my webpage www.usaofficesupplies.com/oemsupplies.com.

    I edited the 2 files they are located in
    /includes/templates/my_template/templates/ tpl_product_info_display.php This is the end of the file

    ?>
    <p id="productInfoLink" class="productGeneral centeredContent"><?php echo sprintf(TEXT_MORE_INFORMATION, zen_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($products_url), 'NONSSL', true, false)); ?></p>
    <?php
    } // $flag_show_product_info_url
    }
    ?>
    <?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');?>
    <!--eof Product URL -->

    <!--bof also purchased products module-->
    <?php require($template->get_template_dir('tpl_modules_also_purchased_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_also_purchased_products.php');?>
    <!--eof also purchased products module-->

    <!--bof Form close-->
    </form>
    <!--bof Form close-->
    </div>

    The other file is here includes/languages/english/YOUR_TEMPLATE/product_info.php

    define('ATTRIBUTES_PRICE_DELIMITER_PREFIX', ' ( ');
    define('ATTRIBUTES_PRICE_DELIMITER_SUFFIX', ' )');
    define('ATTRIBUTES_WEIGHT_DELIMITER_PREFIX', ' (');
    define('ATTRIBUTES_WEIGHT_DELIMITER_SUFFIX', ') ');
    define('TEXT_XSELL_PRODUCTS', 'We Also Recommend :');

    What is wrong?
    Last edited by dlwwalton; 28 Aug 2012 at 02:46 AM.

  7. #17
    Join Date
    Jul 2012
    Posts
    40
    Plugin Contributions
    0

    Default Re: Cross Sell Plus Advanced Sell Combo

    No body. Any ideas?

  8. #18

    Default Re: Cross Sell Plus Advanced Sell Combo

    I install now Cross Sell Plus Advanced Sell Combo are the steps it works for me.

    good luck ;)


    INSTALLATION INSTRUCTIONS
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    1. FIRST MAKE A FULL BACKUP OF YOUR WEBSITE'S FILES AND DATABASE!

    Open zip file if you get error message “Path too long”

    Copy file to desktop open zip file and rename the file (short name) and copy back to your install folder.


    2. Rename the /admin/ directory to match your own admin directory folder name.


    3. Using the Admin->Tools->Install SQL Patch, run the included SQL file (products_xsell.sql)


    4. Upload the admin directory module files to your admin directory.
    ** You will need to refresh your admin interface to load the new menu item.

    menu -> Admin -> Catalog -> Cross Sell Products

    5. Rename the /includes/languages/English/YOUR_TEMPLATE
    And /includes/modules /YOUR_TEMPLATE
    And /includes/templates/ YOUR_TEMPLATE
    directory to match your own admin directory folder name.


    5a. Upload all supplied files in their appropriate folder structure in /includes/,

    6. Open includes/languages/english/product_info.php
    or includes/languages/english/YOUR_TEMPLATE/product_info.php
    and define the language you would like to use in the following example format.

    define('TEXT_XSELL_PRODUCTS', 'We Also Recommend :');

    or

    define('TEXT_XSELL_PRODUCTS', 'Related Products');

    just above the final ?> and save it into
    includes/languages/english/YOUR_TEMPLATE/product_info.php

    ***Repeat step 6 for each of the other product types you intend to
    use (ie: product_music_info, document_general_info, etc).


    7. Edit your product-info template file
    (includes/templates/templates_default/templates/tpl_product_info_display.php)
    and insert the following code at the point where you wish the Cross-Sell box
    to appear. Usually best at the end of the file:


    <?php
    require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php');
    ?>


    ***Repeat step 7 for any other product types for which you wish to
    enable cross-sell display. (ie: tpl_product_music_info_display.php, etc)





    INFORMATION
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Core file Edits: None
    Template Override Changes Yes: product_info.php & tpl_product_info_display.php
    Database Changes: Yes, adds additional table products_xsell to store the cross sells


    UNINSTALL
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Remove the package files and file edits in overrides. Removal of the database
    entry is not required to remove this module from use.


    USING CROSS SELL
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Adding Cross-Sell details:
    Standard Cross Sell Catalog->Cross Sell Products
    -Pick a product to add products to. Hit edit, add products. Hit Save.
    Advanced Cross Sell Catalog->Advanced Cross-Sell
    - Fill in Product Model and the Product Models you wish to offer, save.

    Configuring how many Cross-Sell items are displayed:
    Admin->Configuration->MINimum Values->Display Cross-Sell Products (Enter the Min number of items required to display list)
    Admin->Configuration->MAXimum Values->Display Cross-Sell Products (Enter the Max number of cross-sell items to show. 0 to disable site-wide)
    Admin->Product Info->Cross-Sell Products Columns per Row (Enter the number of Cross-Sell items to show per row)
    Admin->Product Info->Cross-Sell - Display Prices (Select whether to display prices in the list of cross-sell products)
    Listen to the music of the Earth, Dance to the rhythm of Life. -- www.naspex.info -- www.bamboomoon.at --

  9. #19

    Default Re: Cross Sell Plus Advanced Sell Combo

    Step 5 NEW ;)

    5. Rename the /includes/languages/English/YOUR_TEMPLATE
    And /includes/modules /YOUR_TEMPLATE
    And /includes/templates/ YOUR_TEMPLATE
    directory to match your own TEMPLATE
    directory folder name.
    Listen to the music of the Earth, Dance to the rhythm of Life. -- www.naspex.info -- www.bamboomoon.at --

  10. #20

    Default Re: Cross Sell Plus Advanced Sell Combo

    download Name:  admin_delete.gif
Views: 378
Size:  456 BytesName:  admin_edit.gif
Views: 374
Size:  429 Bytes Image, right mouse click - save image as...

    upload to YOUR_ADMIN/images/icons/
    Listen to the music of the Earth, Dance to the rhythm of Life. -- www.naspex.info -- www.bamboomoon.at --

 

 
Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. v155 cross sell advanced
    By Hollywood691 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 10 Aug 2016, 01:14 PM
  2. Replies: 1
    Last Post: 18 Sep 2013, 11:24 PM
  3. v151 Cross sell Advanced Combo v1.50
    By SilverHD in forum All Other Contributions/Addons
    Replies: 10
    Last Post: 8 Sep 2013, 11:32 PM
  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 and Advanced Cross Sell Modules
    By fairway in forum Addon Templates
    Replies: 4
    Last Post: 8 Dec 2009, 08:44 PM

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