Jump to content

Dirty Butter

Moderator
  • Posts

    6,634
  • Joined

  • Last visited

  • Days Won

    139

Posts posted by Dirty Butter

  1. What's your url? No sooner asked than I saw it. BRB

    Yes, removing buttons is a matter of finding the section in the code and putting {* has to have a space before the code.... and a space before the asterisk *} around it.

    Find this section and comment it out with braces and asterisks. Just remember I'm guessing!!

                         {if $product.ctrl_sale}<span class="old_price">{$product.price}</span> <span class="sale_price">{$product.sale_price}</span>
                         {else}
                         {$product.price}
                         {/if}

     

  2. On 4/1/2017 at 2:05 AM, Noodleman said:

    I've seen this happen if you have an invalid / broken or missing language file for ANY installed module. Just one will break the entire system.

    Can you list all of the modules you have installed? It might be one I am already aware of

    Try Noodleman's suggestion.

    Please list ALL your plugins.

  3. Broad is based on Foundation. So make a good copy of content.homepage.php and save it. We'll take baby steps and see if you can get more comfortable with the code.

    See if you can take off the {*        *} around the code, so the Info Button shows on your listings (of course I'm assuming the code is there).

  4. It should be somewhere in that Tooltip section. Or it could be a special button???

    I ran into the same issue a long time ago, probably on v4 or v5, but I have no idea what I changed back then. I do remember there was a left side and right side to the pyramid shape.

  5.    </div>
       *}
       <div class="hide" id="ccScrollCat">{$category.cat_id}</div>
       {if $page!=='all' && ($page < $total)}
       {$params[$var_name] = $page + 1}
       {* Add "hide-for-medium-up" to the class attribute to not display the more button *}
       <a href="{$current}{http_build_query($params)}{$anchor}" data-next-page="{$params[$var_name]}" data-cat="{$category.cat_id}" class="button tiny expand ccScroll-next">{$LANG.common.more} <svg class="icon"><use xlink:href="#icon-angle-down"></use></svg></a>
       {/if}
    </div>
    <div class="hide" id="lang_loading">{$LANG.common.loading}</div>

    This is the correct code for 6.1.7 skin/templates/content.category.php.

  6. I don't use Options, so I can't speak to that. But I don't show Add to Basket on Latest Listings or on Category listings. The only Add to Basket I have is on the Product Listing.

    On content.homepage.php you will find this:

                {* Remove comment if you want info button
                <a href="{$product.url}" title="{$product.name}" class="button tiny secondary left">{$LANG.common.info}</a>
                *}

    You can change the language for Info to whatever suits your store. Then you can comment out the Buy button and price if you want. Just be sure you save a stock version before you start experimenting.

    Once you've figured out what you need there, you may be able to make the appropriate changes to content.category.php.

  7. I followed the directions correctly this time, and it worked. BUT (probably due to the large number of images involved) there were lots of missing images when all caches were cleared. and products were opened in the browser.

    This was all done on a test site, so no problem. And of course I had a backup database, so I could revert quickly.

×
×
  • Create New...