Jump to content

thabisomak

Members
  • Posts

    9
  • Joined

  • Last visited

Profile Information

  • First Name
    Thabiso
  • Last Name
    m

thabisomak's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Okay this was a result of the second dot after the . '\n' I edited the code as below. All it did was place the text \n at the end of the list of attributes. 'name' => $product['name'].(isset($product['attributes']) ? ' - '.$product['attributes'].'\n' : ''),
  2. Unfortunately this doesn't work. It refers to the product 'Customization' rather than the Attributes.
  3. Thanks for your response. I have tried to locate the separator in PaymentsModule.php and I cannot find it. Am I maybe looking in the wrong place?
  4. Hi Guys I have have around 7 different attributes for the products in my store. The order confirmation email currently displays all the attributes on one line separated by commas. I would like to change this to list each attribute on a new line. Can anyone help me achieve this? I'm running Prestashop 1.6.1.10 Thanks
  5. I wish I understood everything you just said....but I'm still finding my way around, teaching myself as I go. How would I go about doing this, and which code would I edit?
  6. Thanks for your response, however this solution changes the background colour of the product images. I need the background colour of the images from the Theme Configurator
  7. Hi Guys I've added a few images to my home page (home hook) using the Theme Configurator. Problem is, If the images are too small, the white background appears. i need help changing this background as I've changed my store's background from white. I'm using Prestashop 1.6.1.10
  8. Hi Guys I've tried using this solution (Version 1.6.1.4) When testing, the confirmation page returns blank. Can anyone help? Thanks
×
×
  • Create New...