How do I change the link that is produced for the tracking number in the dispatch email? The DHL one currently points to the US site and I want to change it.
29 June 2016 - 10:29 AM
How do I change the link that is produced for the tracking number in the dispatch email? The DHL one currently points to the US site and I want to change it.
17 February 2016 - 08:40 AM
There seems to be multiple copies of invoice.tpl, can someone explain the use of each one i.e.
httpdocs/var/themes_repository/basic/mail/templates/orders/invoice.tpl
httpdocs/design/themes/basic/mail/templates/orders/invoice.tpl
httpdocs/design/backend/mail/templates/orders/invoice.tpl
httpdocs/design/backend/mail/templates/addons/suppliers/invoice.tpl
Are they all the same file, so I can update one and copy it around or are they all different?
Which one's control the PDF printing and which ones are emailed?
02 February 2016 - 09:50 PM
How do I get the data feeds to end up somewhere where google can retrieve them?
If I put a / for the directory it still ends up in httpdocs/var/files/1. How do I get it to write to straight to httpdocs?
07 January 2016 - 08:35 PM
I've trying to update the GTIN for all the products.
The api URL is /api/products/45/features/2
Where 45 is the first product ID to update and 2 is the feature id of GTIN (according to a JSON dump)
If I set the GTIN in the GUI to say xxx and run the script to update it to a proper value, xxx is deleted and GTIN is set to a blank. I can't get the PUT to work even though the same code with a different URL will happily update the stock amount. The HTTP Response is 200 so it claims to have worked but it's not writing the value I want.
Any suggestions?
04 January 2016 - 01:19 PM
I want to create a 'Deal of the Day' promotion and have the product it relates to (on the bonus tab) updated automatically. There doesn't seem to be an API call to do this, is there another way?