Jump to content

Blooregard1984

Members
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Activity
    Agency

Blooregard1984's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Same issue with me. I'm currently using 1.5.2.0 and the version of the module is 1.4.6. I am also getting the "you come from the future" problem.
  2. I've managed to partially solve this with a little help from PascalVG with his answer on this post, http://www.prestashop.com/forums/topic/296759-solved-edit-delivery-slip/ I just applied the code to '/pdf/invoice.tpl' and 'classes/pdf/HTMLTemplateInvoice.php' instead of the delivery slip files. I am still looking to add any comments the customer may have left during checkout though if anyone can help with that
  3. Hi everyone, I was wondering if anyone would be able to help with adding some code to the pdf invoice template. I'm using prestashop 1.5 I am looking to add the delivery method and, if possible, any message that is left during checkout. Any help would be greatly appreciated. Thanks
  4. Hi Berlindoor, I too have a modified invoice template and the white space has been driving me crazy. Can you tell which part of the code you moved to the header? Thanks
  5. After some time I have finally managed to figure this out. The code is below in case anybody else wants to use it. <div>all content © <a href="{$shop_url}">{$shop_name}</a></div> This adds a copyright statement with the site name appearing as a link to the site url. I added this to my footer. It would be advisable to add a class the div and style it.
  6. Hi all, I am looking to include a copyright notice in the footer of my page but would like the sitename, and perhaps the current year, to be included automatically. I'm not sure how to do this though as I'm not too familiar with smarty language. Any help would be great.
  7. Sorry for the long description but I'll try to be as specific as possible. For some reason the price displayed on the product page is showing an incorrect lower value but only when using a customer group discount, it does not happen when I use the default customer group (0%). When the product is added to cart, the cart displays the correct price and also the product list page is unaffected and shows the correct price. The problem is present in both version 1.4.4.0 and the latest version 1.4.5.1 and appears in both Internet Explorer and Firefox. I have attemted to fix this after researching similar problems on the forum pages but to no avail. I have checked the currency conversion rate but this is set to "1" as I only have one currency. I have included three screenshots to help illustrate the problem. The correct price displays on the product page whilst the page is loading, then it changes to the incorrect lower price. If I check the source code of the page the price is correct within the source code. Also, just to clarify, the wrong price is displayed in both the prestashop default theme and my custom theme.
×
×
  • Create New...