Re: Help with Editing Customer Service
It is not in admin.
It is in the files.
/catalog/language/english/common/footer.php
/catalog/view/theme/default/template/common/footer.tpl
- Sat Jan 07, 2012 2:26 am
- Replies 1
- Views 774
Re: Globe SSL Site Seal in FOOTER.TPL (Having Issues)
Try changing to this
Code: Select all
<?php echo '<script type="text/javascript">Seal("https://leetvape.com/image/website_seal_small.gif", "GSSL", "none");</script>'; ?>
- Sat Jan 07, 2012 2:17 am
- Replies 5
- Views 1241
Re: How to automatically select checkout options
Search "skip checkout steps"
There is a way to auto click the buttons, then you can comment the code in the template file.
- Fri Jan 06, 2012 12:07 pm
- Replies 2
- Views 1038
Re: banner cannot be display on main page
I only noticed it myself today as I had to alter that file.
Jump to post- Fri Jan 06, 2012 11:54 am
- Replies 8
- Views 3056
Re: Globe SSL Site Seal in FOOTER.TPL (Having Issues)
Try this
Code: Select all
<?php echo '<script type="text/javascript">Seal("http://www.leetvape.com/image/website_seal_small.gif", "GSSL", "none");</script>'; ?>
- Fri Jan 06, 2012 11:28 am
- Replies 5
- Views 1241
Re: banner cannot be display on main page
Here's your problem: the link i leave it blank Both the "Banner" and "Slideshow" modules require a "link". If there is no "link", nothing will display. No link is needed for the banners or the slideshow to work. Did you select the correct banner and set the l...
Jump to post- Fri Jan 06, 2012 11:19 am
- Replies 8
- Views 3056
Re: coupon doesn't show in checkout
That is how it is supposed to be.
there are mods for single page checkout if you do a search.
- Fri Jan 06, 2012 11:13 am
- Replies 1
- Views 439
Re: Prices + or - =, any Mod for Reg Price without + or -?
http://forum.opencart.com/viewtopic.php?t=47973
Jump to post- Fri Jan 06, 2012 11:04 am
- Replies 4
- Views 972
Re: Background image on invoice
/admin/view/stylesheet/invoice.css
find
Code: Select all
body {
background: #FFFFFF;
Code: Select all
body {
background: #FFFFFF url('../image/yourimage.jpg');
/admin/view/image/ Jump to post
- Fri Jan 06, 2012 10:48 am
- Replies 2
- Views 852
Re: Multiple Sites
you should be able to, as long as all sites use the same info in the config files.
Some hosts will not allow access to external databases though..
- Wed Dec 21, 2011 5:19 am
- Replies 4
- Views 1519
Re: Restrict Product Sales in certain countries
why not use multi stores?
Jump to post- Wed Dec 21, 2011 5:11 am
- Replies 1
- Views 919
Re: [1.5.1.3] Show ratings only on Product-info
yes, comment out the reference to ratings in the tpl files.
Jump to post- Wed Dec 21, 2011 5:02 am
- Replies 3
- Views 427
Re: Can themes test if the user is an approved account?
They cannot login until approved.
Jump to post- Wed Dec 21, 2011 4:47 am
- Replies 1
- Views 517
Re: Coupon for groupon purchases
You could add the codes using sql.
Jump to post- Tue Dec 20, 2011 10:30 pm
- Replies 5
- Views 1491
Re: what is amp; ?? cause problem in my sitemap
Sorry, thought you meant the site map on your site..
& is the proper encoding for &, and should work fine.
Most sitemap generators will change & to &
- Tue Dec 20, 2011 10:25 pm
- Replies 4
- Views 705
Re: Changing Date Format from EU to US?
/admin/language/english/english.php
Jump to post- Tue Dec 20, 2011 10:12 pm
- Replies 13
- Views 8127
Re: what is amp; ?? cause problem in my sitemap
The links work fine in your sitemap?
Jump to post- Tue Dec 20, 2011 9:54 pm
- Replies 4
- Views 705
Re: Changing Date Format from EU to US?
Did you change it in the admin language file too?
Jump to post- Tue Dec 20, 2011 9:50 pm
- Replies 13
- Views 8127
Re: SSL doesn't seem to be working on site
SSL only encrypts data on login, my account and checkout pages. Looking at your store I can see that you have a custom template. The login link works fine and is SSL. The register link has not been coded correctly and is non-SSL Checkout is also secure on SSL So, you just need to fix your Register ...
Jump to post- Tue Dec 20, 2011 9:43 pm
- Replies 5
- Views 952
Re: Changing Date Format from EU to US?
Change it in the language file.
e.g. /catalog/language/english/english.php
- Tue Dec 20, 2011 9:36 pm
- Replies 13
- Views 8127