Jump to content

Northys

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

Northys's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I asked my friend who has kinda big shop (20 orders a day) and he's not sending it and nobody cares. So I haven't implemented this. Maybe it would be easier in new versions of presta, I'm not sure. Will check it and let you know.
  2. on the same VPS there is also e-shop euforikum.cz which is running well without problems for 2 years - same server configuration but prestashop is in older version. anyway, they wrote me again from hosting support right now because they forgot to restart apache on my VPS. it seems to be ok now (they disabled mod_expires). anyway, i don't like this solution. shouldn't be .htaccess file updated to disable mod_expires for plain text files? i'm not sure if apache's mod_expires counts rewrited URLs example.com/any-product.html as html file or not.
  3. I wrote to hosting support and they told me the only cache turned on server is mod_expires. They turned it off for my domain but it didn't help.
  4. It's not browser cache problem, it's server-side problem. I tried to send http headers to set no cache, also I tried meta tags and turn off cache in Google Chrome manually. It didn't help.
  5. Fellas, I have installed the latest version of prestashop here http://modaproxxl.cz/ and I'm using the basic template as well. I have turned on force compilation, disabled all caches but everytime I change something the change appears after second reloading of the page. For example I make a order of latest piece of t-shirt on stock, but when I open product I still see there is one t-shirt in the stock untill I reload the page. Anyone has any idea, please?
  6. Hello, in the Czech Republic we have to send terms and conditions to customers in confirmation e-mail. I have found these lines in classes/PaymentModule.php:340 // Join PDF invoice if (intval(Configuration::get('PS_INVOICE')) AND Validate::isLoadedObject($orderStatus) AND $orderStatus->invoice AND $order->invoice_number) { $fileAttachment['content'] = PDF::invoice($order, 'S'); $fileAttachment['name'] = Configuration::get('PS_INVOICE_PREFIX', intval($order->id_lang)).sprintf('%06d', $order->invoice_number).'.pdf'; $fileAttachment['mime'] = 'application/pdf'; } and I have file terms_and_conditions.pdf. How can I attach it? Can you please help me?
×
×
  • Create New...