Jump to content

Anoushka

Members
  • Posts

    24
  • Joined

  • Last visited

Profile Information

  • Location
    The Netherlands
  • Activity
    Other

Anoushka's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. I think you should replace: <a class="button ajax_add_to_cart_button btn btn-default alt" href="{$link->getPageLink('cart',false, NULL, "add=1&id_product={$product.id_product|intval}&token={$static_token}", false)|escape:'html':'UTF-8'}" rel="nofollow" title="{l s='Add to cart'}" data-id-product="{$product.id_product|intval}" with: <a class="button ajax_add_to_cart_button btn btn-default alt" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url"> This only changes the functionality of the button, it's up to you to change the code/css to aquire the desired look .
  2. You have to switch it on two places in the .tpl file. Did you do that?
  3. Make the following changes to your global.css file: -in/around line 40, replace 90px with 0px (all three times) -and in/around line 49, replace 226px with 137px (also three times). These are all very simple css issues, I suggest you play around with them a bit and find out how they work for yourself
  4. Solution is posted in this topic: http://www.prestashop.com/forums/topic/221714-no-more-scene-image-mapping-after-upgrading-to-1531/
  5. Look for the following rule: <div class="screen_scene" id="screen_scene_{$scene->id}" style="background:transparent url(img/scenes/{$scene->id}-large_scene.jpg); height:{$largeSceneImageType.height}px; width:{$largeSceneImageType.width}px; {if !$smarty.foreach.scenes.first} display:none;{/if}"> Replace it with your scene images height and width
  6. Misschien vraag ik iets heel doms, maar is het mogelijk om alleen de BO te vertalen met een import? Voor de FO heb ik een eigen vertaling gemaakt (waar de klant informeel met 'jij' wordt aangesproken), die ik wil behouden.
  7. Go to Modules > Positions and look for the hook where you have hooked the module and drag it to the top.
  8. Heb je Taxes en Tax Rules goed ingesteld? Kijk ook even bij Customers > Groups, en dan bij 'Default' of Prijsweergave staat ingesteld op 'inclusief BTW'.
×
×
  • Create New...