Page 26 of 71 FirstFirst ... 16242526272836 ... LastLast
Results 251 to 260 of 703
  1. #251
    Join Date
    Jun 2007
    Posts
    81
    Plugin Contributions
    0

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

    So sorry about posting a third time in a row, but as I fixed one problem I then discovered another. On my website, the pages that have cros-sell items listed, the background colour is incorrect. The background should be white with the background behind the words "We also recommend" set as being burgundy...BUT, all of this is now burgundy. Can anyone suggest how to fix this? Much appreciated. I will then have this module complete.
    Thanks
    Raquel
    Raquel Cameron
    Odds 'n' Sods - For Re-enactors
    http://www.oddsnsods.com.au

  2. #252
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

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

    Quote Originally Posted by fbords View Post
    I just installed this on another site of mine and when doing so, the contents in the "We Also Recommend:" centerbox have no padding at the top. The image touches right up against the title. Is there a way I can get it spaced like the Featured products box? I'm not sure which style to edit.
    Not the best practice coding suggestion but

    in includes/templates/YOURTEMPLATE/tpl_modules_xsell_products.php add a couple of <br><br> as shown below and it pads it out for you. Just spent half an hour trying to find where to amend the stylesheet with no joy so took a short cut ;)

    <!-- bof: tpl_modules_xsell_products -->
    <div class="centerBoxWrapper" id="crossSell">
    <h2 class="centerBoxHeading"><?php echo TEXT_XSELL_PRODUCTS; ?></h2>
    <br /><br />
    <?php
    /**
    * require the list_box_content template to display the cross-sell info. This info was prepared in modules/xsell_products.php
    */
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
    ?>
    </div>
    <!-- eof: tpl_modules_xsell_products -->

  3. #253
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    What prevents you from using css to do that, my friend?
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #254
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

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

    Quote Originally Posted by yellow1912 View Post
    What prevents you from using css to do that, my friend?
    Probably because I am a gobsh!te ;)

    Figured this is where it was calling the CSS in tpl_modules_xsell_products

    <div class="centerBoxWrapper" id="crossSell">

    this class was not in my templates css file so I added it and copied it from the default templates etc. but could not get it to pad out changing the border put a border around the box etc so I could not figure out why it would not pad out.

    Had me baffled as for example the also purchased function also goes to this class but the also purchased box has the padding in it whereas the cross sell did not.

    Spent half an hour at it and then thought ah sod it go for the quick and easy short cut but would really appreciate if you could steer me towards where I went wrong :)

  5. #255
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    As long as it works for you, it's fine.

    However, if you want to check other ways to do it, share with us the css codes you tried, and if possible post the link to your site, or PM me.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #256
    Join Date
    Feb 2008
    Posts
    48
    Plugin Contributions
    0

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

    I have installed the latest version of the Just Another Cross-Sell Module. If I go to Catalog - Advanced Cross Sell then I am able to add products to the Cross Sell table and everything appears to work fine in my store. However, if I go to Catalog - Cross Sell Products then I get the following error:

    /mysite/admin/xsell.php was not found on this server.

    Obviously, I don't have xsell.php in my admin directory. I didn't notice this file in the .zip file for this module. Where do I obtain this file from? Am I supposed to install any other cross sell modules along with the Just Another Cross Sell module?

    All help is appreciated!

    Chris

  7. #257
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    You are not supposed to go there, since it's no longer need. You can remove it from your menu by removing:
    admin/includes/boxes/extra_boxes/x-sell_catalog_dhtml.php
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  8. #258
    Join Date
    Feb 2008
    Posts
    48
    Plugin Contributions
    0

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

    yellow1912,

    Thank you! I was a little concerned but I am glad that I have nothing to worry about!

    Chris

  9. #259
    Join Date
    Oct 2006
    Location
    At Home
    Posts
    370
    Plugin Contributions
    0

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

    I just install this Cross Sell mod but I have some problem with the product_info.php file.

    I insert this line in that file

    PHP Code:
    define('TEXT_XSELL_PRODUCTS''Related Products'); 
    and upload it to includes\languages\english\mytemplate.

    All of the sudden the product page goes blank. What seems to be the problem? It reappears if I remove the product_info.php file. By the way I did installed the module manager mod. I don't know if it has to do with tabbed products pro mod.

    Can someone help me on this? Thank you.

  10. #260
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

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

    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 
Page 26 of 71 FirstFirst ... 16242526272836 ... 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. 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