Results 1 to 10 of 297

Hybrid View

  1. #1
    Join Date
    Aug 2018
    Location
    Cardiff
    Posts
    23
    Plugin Contributions
    1

    Default Re: Template Fluorspar

    Quote Originally Posted by SStreich View Post
    I have a small issue with getting 2 items to show on the product page. One is CrossSell and the other is alsoPurchased. Both of these show when I view page source with the right details/information, but neither show on the actual page. I've been trying to figure this out for days and nothing I do helps, they do/did both work fine on a previous template and work on the default 156c template. Any advice would be greatly appreciated.
    Thanks for pointing this out. I have discovered an error in :-

    includes/templates/fluorspar/css/stylesheet.css

    open the file and delete this rule found near the top :-

    .centerBoxWrapper {display:none}

    Please note that CrossSell and Fluorspar are plugins that have modified versions of the same file which need to be merged :-

    includes/templates/fluorspar/templates/tpl_product_info_display.php

    If you have not already done so, use the version from Fluorspar and insert these lines near bottom of file after :- <!--eof Product URL -->

    Code:
    <!--bof xsell module -->
    <?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); ?>
    <!--eof xsell module -->
    I am assuming you are using cross_sell_advanced_plus_combo_1.5

    Regards Peejay

    http://zenofobe.com

  2. #2
    Join Date
    Nov 2014
    Location
    PA
    Posts
    36
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by peejay View Post
    Thanks for pointing this out. I have discovered an error in :-

    includes/templates/fluorspar/css/stylesheet.css

    open the file and delete this rule found near the top :-

    .centerBoxWrapper {display:none}

    Please note that CrossSell and Fluorspar are plugins that have modified versions of the same file which need to be merged :-

    includes/templates/fluorspar/templates/tpl_product_info_display.php

    If you have not already done so, use the version from Fluorspar and insert these lines near bottom of file after :- <!--eof Product URL -->

    Code:
    <!--bof xsell module -->
    <?php require($template->get_template_dir('tpl_modules_xsell_products.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_xsell_products.php'); ?>
    <!--eof xsell module -->
    I am assuming you are using cross_sell_advanced_plus_combo_1.5

    Regards Peejay

    http://zenofobe.com
    Thank you Peejay
    That was the problem. I figured that line was the the issue and had already played with it, but not correctly. Instead of removing the whole line I only removed the "display:none", which of course wasn't the correct way to do it. Works just as expected now.

  3. #3
    Join Date
    Jun 2020
    Location
    Bairnsdale, VIC
    Posts
    15
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    How do you change the 3 x images on the home page (the women)?
    I replaced them with 3 of my own (named the same and saved the same file type), placed in the same spots and still nothing is changing.
    Please help.
    Kind Regards
    Casey

  4. #4
    Join Date
    Jan 2009
    Location
    Iowa, USA
    Posts
    68
    Plugin Contributions
    0

    Default Re: Template Fluorspar

    Quote Originally Posted by hookedondecals View Post
    How do you change the 3 x images on the home page (the women)?
    I replaced them with 3 of my own (named the same and saved the same file type), placed in the same spots and still nothing is changing.
    Please help.
    Kind Regards
    Casey
    Now that I have re-read your post, maybe the best way to ensure your browser is refreshing the images is to use unique name for yours. Or right click on an image and select 'Open Image in New Tab', then refresh that tab several times until you get the new image. I have often had to do this - in Chrome at least - to get the new image.

    Revise the list of images in this File: includes/templates/fluorspar [or your name for it]/common/tpl_nivo_top.php

    You will likely want to do it this way if you want to re-define the 'alternate' tags to match your images.

    Perhaps at some time in the future, this will be a feature you can configure in the Admin Control Panel. I am just a rookie at coding so am unable to personally contribute nice 'fixes' to Zen Cart like many others have been selflessly doing.
    Last edited by Don Wagner; 22 Jun 2020 at 03:22 PM.

  5. #5
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,532
    Plugin Contributions
    127

    Default Re: Template Fluorspar

    Quote Originally Posted by hookedondecals View Post
    How do you change the 3 x images on the home page (the women)?
    I replaced them with 3 of my own (named the same and saved the same file type), placed in the same spots and still nothing is changing.
    Remember that when you do this, your browser may show you the cached images. Two options:

    a) Use new filenames

    b) Learn to clear cache quickly in your browser.

    If you don't know how to do (b), a web search for "How to clear cache in name-of-my-browser" should yield some suggestions.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 

Similar Threads

  1. theme277 from template monster and replacing with new template
    By DarkAngel in forum General Questions
    Replies: 0
    Last Post: 8 Nov 2012, 07:17 AM
  2. Can't seem to get template on the admin/tools/template selection
    By avmejias in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 19 Aug 2012, 07:39 AM
  3. Replies: 8
    Last Post: 29 Apr 2011, 07:53 PM
  4. Template selection page not viewable after uploading custom template
    By mek113 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 28 Apr 2011, 05:16 PM
  5. open_basedir restriction in effect - trying to use tm001 template monster template
    By prantiC in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Aug 2007, 10:02 AM

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