Re: removing right column for chosen pages
You could do it by using some client side JavaScript or jquery. Something like:- $.('#column_right').hide(); $.('#content').addClass('YOURNEWSTYLE'); Making sure that the new style is defined in your stylesheet and will override width settings etc of the default stylesheet class. I know it's JavaScr...
Jump to post- Thu Nov 11, 2010 7:49 pm
- Replies 2
- Views 615
Re: [RELEASED] Google Analytics PRO Module
UPDATED
OpenCart v1.4.9*
FEATURES
Track ecommerce transactions through Google Analytics.
INSTALLATION
No file edits required, simply enter your Google Analytics Id (UA-XXXXX-X). PDF installation manual included.
AVAILABLE
http://www.opencartstore.com
Thank you.
- Wed Nov 10, 2010 11:40 pm
- Replies 48
- Views 19179
Re: Facebook Module?
Probably a candidate to be added to the core. Google account authentication would also be worthwhile.
Jump to post- Mon Nov 08, 2010 10:27 am
- Replies 19
- Views 16111
Re: any 1 knw of a newsletter signup module?
You can do all of this with Mailchimp.
It continues to astonish me why anyone is using the inbuilt newsletter system. It's barely functional for all the reasons you have just mentioned.
- Wed Nov 03, 2010 9:03 am
- Replies 26
- Views 6209
Re: [RELEASED] Mailchimp Newsletter Signup Module
It's all done and available at my site.
100% Free.
Please post any bugs here, thanks.
- Sun Oct 31, 2010 6:29 am
- Replies 109
- Views 28329
Re: any 1 knw of a newsletter signup module?
Hi,
I'm looking for some testers of a new Mailchimp newsletter module featuring bulk updates.
If your interested just pm me your email addy.
Cheers
- Sat Oct 30, 2010 11:11 pm
- Replies 26
- Views 6209
Re: [RELEASED] Mailchimp Newsletter Signup Module
Anyone up for helping me test the new mailchimp module which includes sending bulk updates of your customer email addresses to mailchimp via their api?
Also includes double optin and update existing flags.
If so, pm your email addy and I'll send it to you.
Cheers
- Sat Oct 30, 2010 11:00 pm
- Replies 109
- Views 28329
Re: [RELEASED] Mailchimp Newsletter Signup Module
Yeah, I like your suggestion about double_optin and update_existing. I'll throw that in the next release. What do you think about having a section in the admin module settings view that would allow the admin user to pull all the newsletter subscribed users out of the OpenCart database and push them ...
Jump to post- Fri Oct 29, 2010 2:23 pm
- Replies 109
- Views 28329
Re: [RELEASED] Mailchimp Newsletter Signup Module
This is all part of the new version.
New features anyone would like to see in the new release? Come forth and tell!
- Thu Oct 28, 2010 12:34 pm
- Replies 109
- Views 28329
Re: [RELEASED] Mailchimp Newsletter Signup Module
Sorry, yes change your mailchimp.tpl to this:- <div class="box"> <div class="top"><?php echo $heading_title; ?></div> <div class="middle"> <form id="mailchimp"> <div><input type="text" name="email" id="email" onclick="this.value='';" value="<?php echo $entry_email; ?>"/></div> <div id="mcResponse"><...
Jump to post- Thu Oct 28, 2010 12:32 pm
- Replies 109
- Views 28329
Re: [RELEASED] Mailchimp Newsletter Signup Module
The Joined Failed is just a generic error msg. If your settings are ok it usually means that the email address is already on the list. I am upgrading this whole module and part of the upgrade is sending through the mailchimp error messages to the client. If you replace the send() function in the mai...
Jump to post- Thu Oct 28, 2010 11:51 am
- Replies 109
- Views 28329
Re: [RELEASED] Mailchimp Newsletter Signup Module
I don't think that is the problem. Mailchimp had some issues a while back that caused those errors but they have been fixed. Your problem appears that that controller file is not responding. If you click the button with out entering an email address then controller should identify this and return an...
Jump to post- Thu Oct 28, 2010 9:25 am
- Replies 109
- Views 28329
Re: [RELEASED] Mailchimp Newsletter Signup Module
It appears that the controller which should be at module/mailchimp isn't responding. I'd confirm that the controller file has been put into the correct location. On a side note I'm rewriting this module to including some new features is there anything that people want to see in the module? If so lis...
Jump to post- Thu Oct 28, 2010 8:40 am
- Replies 109
- Views 28329
Re: [How-to] Add information info links in footer
You can actually do this without editing anything but the footer.tpl file. What I did was edit the structure of the footer.tpl file:- <div id="footer"> <div id="links"></div> <div class="div1">Powered By <a href="http://www.opencart.com">OpenCart</a><br /> Your Store © 2010</div> <div class="di...
Jump to post- Thu Oct 28, 2010 8:25 am
- Replies 33
- Views 32461
Re: [RELEASED] Mailchimp Newsletter Signup Module
Yeah, I have an old version that works with 1.3.4. PM me your email address and I'll send it to you.
Jump to post- Wed Oct 27, 2010 3:13 pm
- Replies 109
- Views 28329
Re: @Developers - OpenCart Global Library Methods
Nice work. Appreciated.
Jump to post- Sat Oct 23, 2010 12:08 pm
- Replies 29
- Views 89338
Re: Google Analytics PRO is not working
Hi,
Ok, the problem was in the install documentation. The documentation is now correct and if anyone is having any issues just pm me or better still open a support ticket through the site and we'll get it fixed.
Thanks.
- Fri Oct 22, 2010 12:34 pm
- Replies 2
- Views 729
Re: jQuery Mobile for OpenCart
Nice work, jquery mobile is going to really help with cross browser and cross device development.
If you need a hand with this just on me.
Cheers
- Mon Oct 18, 2010 8:23 pm
- Replies 11
- Views 4431
Re: Help with new upgrade template
<script type="text/javascript">$(function(){$('.hdtop').attr('display', 'none');});</script>
or
<script type="text/javascript">$(function(){$('.hdtop').hide();});</script>
Place either of those in your footer.tpl file before the closing </body> tag.
- Mon Oct 18, 2010 2:25 am
- Replies 3
- Views 530
Re: [RELEASED] Side Bar Slideshow Module
All done, I have sent you the updated version via email.
Have a nice day!
- Sat Oct 16, 2010 10:35 pm
- Replies 28
- Views 9216