Re: OpenCart Limit on Product Options
100 options is probably too much. Customers don't want to sift through all that. Try breaking it up.. For example, instead of Product A - Size & Color: Sm/Red, Md/Red, Lg/Red Sm/Blue, Md/Blue, Lg/Blue etc Try Red Product - Size & Color: Sm/Red, Md/Red, Lg/Red Blue Product - Size & Color: Sm/Blue, Md...
Jump to post- Thu May 18, 2017 11:10 pm
- Replies 5
- Views 1083
Re: Paypal Express Button White Background, Remove or Transparent?
we'd need an actual link to see the html/css behind it.
Jump to post- Thu May 18, 2017 11:04 pm
- Replies 5
- Views 1831
Re: Cashback Affiliate Module
OpenCart supports affiliate tracking already
Jump to post- Thu May 18, 2017 11:03 pm
- Replies 2
- Views 779
Re: Store settings, saving issue
Hmm I've not heard of this issue before. Are your admin/config.php urls correct for both HTTP and HTTPS ?
Jump to post- Wed May 17, 2017 9:47 pm
- Replies 7
- Views 3587
Re: HTTPS issue with www
Your ssl certificate must support both www and nonwww. Not all ssl certs support both ways. Figure out which way you want it to be and use htaccess to force it that way. Add one of these under the "RewriteEngine On" line of your .htaccess file To force all non-www to goto www RewriteCond %{HTTP_HOST...
Jump to post- Wed May 17, 2017 9:41 pm
- Replies 2
- Views 414
Re: OpenCart 3.0 Alpha released!!
@Mod Devs. The biggest change here is the tpl files now need to be done with twig syntax. The rest of the directory structure appears to be the same as 2.3
Jump to post- Wed May 03, 2017 2:55 am
- Replies 47
- Views 29695
Re: Additional currency value in Order total invoice
Not quite like that.
There is a mod that shows the default currency and the purchased currency together
https://www.opencart.com/index.php?rout ... n_id=30529
That might do what you need.
- Thu Apr 20, 2017 12:38 am
- Replies 1
- Views 915
Re: Help required - All orders marked as denied.
It's a known fraud state bug when using coupons or reward points.
Easiest fix is to set the Fraud order status to "Processing" or something other than denied in the system settings option tab.
- Wed Apr 19, 2017 9:44 pm
- Replies 2
- Views 582
Re: Recently viewed product by the user
There are a half dozen mods out there on the marketplace that offer this already.
Jump to post- Wed Apr 19, 2017 9:43 pm
- Replies 6
- Views 1058
Re: Site Confused When Opening Multiple Browser Tabs
This is likely a server issue where the server can't handle it. I've never heard of this phenomenon to be honest.
Jump to post- Wed Apr 19, 2017 9:42 pm
- Replies 0
- Views 529
Re: [Extension Installer] - Fatal Error
To determine the initial path, login to ftp using that account with filezilla or some program... and see where you start out. If you start out in your home and you see folders like "public_html", "public_ftp", etc.. then you need to put "public_html/" in that field If you start out looking directly ...
Jump to post- Wed Apr 19, 2017 9:41 pm
- Replies 2
- Views 771
Re: Forgot the 4 digit pin number;how can i retrieve my opencart account
Step 1: Contact webmaster@opencart.com and ask them to reset it
Step 2: don't forget again!
- Wed Apr 19, 2017 9:31 pm
- Replies 1
- Views 2338
Re: Bug in affiliate transaction pagination
- Wed Apr 12, 2017 8:32 am
- Replies 1
- Views 330
Re: google base setup and export? newbie needs help!
In the google base feed click "download categories".. that will simply update the opencart db with the latest google categories for taxonomy. In the feed you will then have a huge list of google supported categories.. pick which you feel represents your store best. For google base feed, you can simp...
Jump to post- Wed Apr 12, 2017 8:31 am
- Replies 2
- Views 1407
Re: I am having issues with products catagories not showing up? please any help would really be appreciated
Check that those categories are set to Enabled
Jump to post- General Support
- I am having issues with products catagories not showing up? please any help would really be appreciated
- Wed Apr 12, 2017 8:27 am
- Replies 2
- Views 306
Re: MasterCard 2 series BIN
This depends on which payment extension you are using. Most of the core ones don't have luhn checks so you should be ok with those. For others that do have luhn checks, many of them support the new BINs but it comes down to the individual ones. Which payment extension are you using?
Jump to post- Wed Apr 12, 2017 8:25 am
- Replies 3
- Views 478
Re: [vQmod] - 1.4.x - 2.3.x Show Random products for modules
Updated for 2.3.x support
Jump to post- Mon Apr 10, 2017 9:36 pm
- Replies 52
- Views 38317
Re: My Orders arrive with status 'Complete'
This is controlled by your payment. The one in the settings is the "default" state but the one that gets set on successful payment is the one you configured within your payment configuration.
Jump to post- Tue Mar 21, 2017 1:37 am
- Replies 3
- Views 963
Re: How to remove the description on homepage product Box?
Don't remove the <p></p>
just remove the middle part. That should prevent the box from collapsing.
- Tue Mar 21, 2017 1:36 am
- Replies 2
- Views 746