Search found 13 matches

by Luke
06 Nov 2015, 09:30
Forum: Laravel package
Topic: Return Email Data
Replies: 3
Views: 3116

Re: Return Email Data

Hi,

You can also post data and allow Mandrill to format the email for you using a template & tags. This would be preferable to sending the email via our own sever. So if possible I would like to get all the order data out and post it to Mandril, rather than send an email

Thanks
by Luke
05 Nov 2015, 19:14
Forum: Laravel package
Topic: Return Email Data
Replies: 3
Views: 3116

Return Email Data

Hi, Our client wants us to send emails via Mandrill. I was wondering if there was a way to get the raw data from the Email templates to send to Mandrill - there are a lot of config files to battle with and I don't know where to start! I had tried just overwriting the templates but they changed the s...
by Luke
20 Oct 2015, 17:47
Forum: Help
Topic: Changing Product Email Display
Replies: 7
Views: 5956

Re: Changing Product Email Display

^ so close yet so far :o

Thanks for the help -> got it working :D
by Luke
20 Oct 2015, 11:22
Forum: Help
Topic: Changing Product Email Display
Replies: 7
Views: 5956

Re: Changing Product Email Display

Hi, I still don't really understand what is going wrong / what I am doing wrong. I posted a reply yesterday but somehow it didn't save :? Anyway - I understand how this is theoretically meant to work - very similar to the way Magento works I think. I just can't get it to actually work :| So I've mad...
by Luke
18 Oct 2015, 19:24
Forum: Help
Topic: Changing Product Email Display
Replies: 7
Views: 5956

Re: Changing Product Email Display

Hi thanks for the reply . I have put my new file in /home/me/html/our-client/ext/ai-aimeos-our-client/client/html/src/Client/Html/Email/Payment/Default.php But it doesnt get picked up at any point - the path is the exact same as the one which gets picked up in the extension so I dont know what I've ...
by Luke
18 Oct 2015, 13:46
Forum: Help
Topic: Changing Product Email Display
Replies: 7
Views: 5956

Changing Product Email Display

Hi, I am trying to alter the display of the product emails that get sent to the client upon successful purchase of a product - but I'm have a lot of trouble isolating the templates to edit! It seems that when you generate a product email it just uses the same template as the product display page whi...
by Luke
20 Aug 2015, 21:30
Forum: Help
Topic: basket / image not showing in correct place
Replies: 1
Views: 2660

basket / image not showing in correct place

Hi, I am trying to get the basket partial to show in a difference place so inside basic-body-default I am calling the baskets via <?php echo $this->get( 'basketBody' ); ?> I am calling it inside a div called foo but it is showing in a totally difference section of the html, under the div. I have tri...
by Luke
19 Aug 2015, 16:10
Forum: Help
Topic: Creating a subcomponent
Replies: 29
Views: 16350

Re: Creating a subcomponent

perfect thanks :)
by Luke
19 Aug 2015, 15:48
Forum: Help
Topic: Creating a subcomponent
Replies: 29
Views: 16350

Re: Creating a subcomponent

are you able to give me an example directory structure and class name / filename
by Luke
19 Aug 2015, 15:43
Forum: Help
Topic: Creating a subcomponent
Replies: 29
Views: 16350

Re: Creating a subcomponent

Hey,

That is exactly what I have done but it doesn't seem to be working, what could my new class name be ? it cannot be the same name as the one I am extending can it.