Jump to content

larpstore

Members
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Activity
    User/Merchant

larpstore's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. I am having the same issue, unable to resolve it so far. Verified through host, and was confirmed as a Prestashop issue.
  2. I am not using it for Brands at all. I just want it to go to my store page no matter the image selected. Basically having the module point to the stores page url (http://artdesignmarielouise.com/fr/ou-acheter)
  3. I wanted to change the destination Url of the Brand Logo module. At the moment each brand image points to its own manufactures page (getmanufacturerLink($brand['id_manufacturer'). I wish to have all images pointing to my store page instead. How do I go about doing this? Thanks <section class="brands"> {if $brands} {assign var='sliderFor' value=5} <!-- Define Number of product for SLIDER --> {assign var='brandCount' value=count($brands)} {if $slider == 1 && $brandCount >= $sliderFor} <div class="customNavigation"> <a class="btn prev brand_prev">&nbsp;</a> <a class="btn next brand_next">&nbsp;</a> </div> <div class="products"> <ul id="brand-carousel" class="tm-carousel product_list"> {else} <ul id="brand-grid" class="brand_grid product_list grid row gridcount"> {/if} {foreach from=$brands item=brand name=brand_list} <li class="{if $slider == 1 && $brandCount >= $sliderFor}item{else}product_item col-xs-12 col-sm-4 col-md-3{/if}"> <div class="brand-image"> <a href="{$link->getmanufacturerLink($brand['id_manufacturer'], $brand['link_rewrite'])}" title="{$brand.name}"> <img src="{$link->getManufacturerImageLink($brand['id_manufacturer'])}" alt="{$brand.name}" /> </a> </div> {if $brandname} <span class="h3 product-title" itemprop="name"> <a class="product-name" itemprop="url" href="{$link->getmanufacturerLink($brand['id_manufacturer'], $brand['link_rewrite'])}" title="{$brand.name}">{$brand.name}</a> </span> {/if} </li> {/foreach} </ul> {else} <p>{l s='No brand' d='Shop.Theme.Global'}</p> {/if} </div> </section>
  4. For some reason I am unable to link images in the home text editor (version 2.0)in prestashop 1.5.6. The links simply disappears after clicking insert. Has anybody seen this problem before?
×
×
  • Create New...