Jump to content
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • First Name
    Martin
  • Last Name
    Pedersen

[email protected]'s Achievements

Newbie

Newbie (1/14)

2

Reputation

1

Community Answers

  1. I dont think it is the same. The module that i want needs to be a dropdown, not a popup
  2. Hi, I would like to know if anybody know a module like Hello box module ( http://www.netcod.es/products/hello-box/ ). As i see, this module doesn't work with Prestashop 1.6. Does any of you guys know a module just like that? Thank you
  3. Hi, I have a problem with my product images on my webshop. If a costumer are using his smartphone, he cant choose different images. Please take a look at http://Bosslife.dk in responsive mode. Go to a product, doesnt matter which one. Now you see that there is more than one product image, but you cant choose between them - WHY? Can anyone help me?
  4. I found out. I just put my text between '' </span></a></div> '' In the end of this line: {if $ctm_responsive == 1} <div id="categoriestopmenu_showmenu"><a href="#" onclick="$('#categoriestopmenu_ul').slideToggle('slow');return false;" title=""><span class="menu_arrow">Menu</span>MY TEXT</a></div> {/if} I found the line in modules > categoriestopmenu > categoriestopmenu.tpl
  5. Hi, I have a problem. Some people find it difficult to find my menu, when they are using their mobilephone. As you see on the attached picture, the menu is right to the "house" and the arrow. By clicking the arrow, the menu will show up. To make it easier to understand would i like to add the text "Menu" right to the arrow. How do i do that?
  6. Sorry for jumping in. I would like to add canonical tags to my subcategories so they points at the main category. Where do i put the tag? In header.tpl?
  7. Hi, I would like to put some canonical tags on my site, but I dont know where i have to put them. Lets take an example: I would like this url: http://bosslife.dk/46-m%C3%B8nster-butterflys to point at this: http://bosslife.dk/35-butterfly <- I want this to be the main url. I know that i have to put this line in the head section of the first url : <link rel=”canonical” href=”http://bosslife.dk/35-butterfly″ /> But i dont know where to find the code for : http://bosslife.dk/46-m%C3%B8nster-butterflys Can i just put the canonical tag in the header.tpl file, or do i have to find the specifik file for the category sites? If yes, where do i find them? Thank you
  8. Hi, I am editing and translating the order confirmation mail in the backoffice. In the mail there is a few urls that the costumer can follow to track their products, enter their account and track their products as a guest, but when the costumers receive the order confirmation, the urls doesnt work? The url for '' My orders '' is {history_url}, the one for '' My account '' is {my_account_url} and the one for '' Guest tracking '' is {gust_tracking_url}?id_order={order_name}. What do i have to do? Of course i want to make it possible to my costumers to track their products by their order confirmations mail. This is how it looks like in the e-mail.
  9. Yes, i want the image to be the background for the hole site. If you see on http://bosslife.dk now. I have removed the background for the container. I want the image to go on full size and be the background on every columns. If you understand
  10. Hi, I would like to add a background image on my site. I just uploaded the image and know i want to change my global.css. I know that i can just change the background for the header and container, but it is not looking right. Take a look at http://bosslife.dk. Is it possible to add the background image for the whole site? I hope you know what i mean. See the problem on the site.
  11. {if} <p id="pQuantityAvailable" {if $product->quantity <= 0}style="display:none"{/if}> <span id="quantityAvailableTxt" {if $product->quantity > 1}style="display:none"{/if}>{l s='Estimated delivery time: XX days'}</span> </p> {/if} How about this?
  12. I'm not really good at this, but i found this in product.tpl: <!-- number of item in stock --> {if ($display_qties == 1 && !$PS_CATALOG_MODE && $product->available_for_order)} <p id="pQuantityAvailable" {if $product->quantity <= 0}style="display:none"{/if}> <span id="quantityAvailable">{$product->quantity|intval}</span> <span id="quantityAvailableTxt" {if $product->quantity > 1}style="display:none"{/if}>{l s='item in stock'}</span> <span id="quantityAvailableTxtMultiple" {if $product->quantity == 1}style="display:none"{/if}>{l s='items in stock'}</span> </p> {/if} Maybe I can use some of this, and just change it?
  13. Hi, I would like to know if it is possible in any way to add a text on my product pages saying '' Estimated delivery time: xx days '' I would like the text to be shown under the text '' Available ''. I know that i can change the product.tpl and just add the text where i want it, but I dont want the same delivery time on every product and i would like the text to dissapear if the product is out of stock. Does anyone know what code to write? I guess i need to change it in the product.tpl?
×
×
  • Create New...