mailchimp extension integration

ThemeBurn SupportForumsOpenCart ThemesBurnEnginemailchimp extension integration

This topic has been marked as resolved.

Hi,

I want to integrate mailchimp extension

extension won’t hook into custom modules by default,  The code code snippet must be integrated. See below, where $email is the variable that contains the customer’s e-mail address:
if (version_compare(VERSION, ’2.1′, ‘<’)) $this->load->library(‘mailchimp_integration’);
$mailchimp_integration = new MailChimp_Integration($this->config, $this->db, $this->session, $this->url);
$mailchimp_integration->send(array(‘email’ => $email, ‘newsletter’ => 1));
Can you to tell where to place it in the extension?
Regards,
Tim

 

 

 

August 29, 2017 at 8:15 pm #61262

Hi

Hope you can help me soon thank you

Name of extension is: mailchimp integration (2.x/3.x)

Cheers,

Tim

September 6, 2017 at 1:12 pm #61436

Hi Tim,

We will need the website url, admin and ftp access, so we can check.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

September 8, 2017 at 12:02 pm #61484

Hi,

Here it is:

September 8, 2017 at 1:10 pm #61485

Hi Tim,

We’ve tried to insert the module using the default way to export 3rd party module to Page Builder and everything works fine – you can check the module in the footer of your store.

Here are the steps to export modules:

http://docs.themeburn.com/burnengine/content-blocks/opencart/

Or maybe you need something else?

BR,
ThemeBurn team

September 8, 2017 at 3:37 pm #61488

yes working fine now!

Thank you

Regards, Tim

September 10, 2017 at 5:32 pm #61521

Glad we’ve helped, Tim :)

BR,
ThemeBurn team

September 12, 2017 at 4:37 pm #61557
Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.