Page 1 of 1
Search found 8 matches
Re: File Manager removal
Not sure if this is applicable:
Can the images be saved and served from a cookieless domain?
ie: https://developers.google.com/speed/doc ... es/request
Will there be an easy way to deal with securing images in a multi-store configuration?
- Mon Oct 21, 2013 10:21 am
- Replies 43
- Views 12347
Re: OpenCart 1.5.6 Released!
Are there any significant reasons to upgrade from 1.5.5.1 to 1.5.6.0 if one does not intend to use the new openbay and paypal integrations?
Jump to post- Wed Aug 07, 2013 5:33 pm
- Replies 99
- Views 93255
Re: Multi-Store Unique Customers
http://www.opencart.com/index.php?route=extension/extension/info&extension_id=8651 Allows the same customer email address to generate unique customer accounts per store. As a result all transactions are completely isolated by store. ie. demo@demo.com = store_id 1 customer_id 1 demo@demo.com = st...
Jump to post- Mon Oct 08, 2012 7:57 pm
- Replies 20
- Views 15065
Re: Option Price Update Redux
Hello,
Q... your extension works well and adjusts the price as advertised.
What all needs to be modified to update reward points?
- Wed Oct 03, 2012 4:17 am
- Replies 59
- Views 26629
Re: Cloudfare + Register User IP
Add following near beginning of index.php
right after //Version
This will pickup IP for direct clients as well.
Code: Select all
// Cloudflare CDN
if ($_SERVER["HTTP_CF_CONNECTING_IP"]) {
$_SERVER["REMOTE_ADDR"] = $_SERVER["HTTP_CF_CONNECTING_IP"];
}
- Sat Sep 29, 2012 11:52 am
- Replies 6
- Views 952
Re: Foot.php Error
Your Hosting provider has a mechanism for inserting code/advertisements.
In config.php of your opencart install simply add:
$c_ads=false;
$c_ads_code=false;
- Thu Sep 20, 2012 1:47 am
- Replies 10
- Views 2738
Re: OpenCart 1.6.0 Roadmap
Please consider adding native cloudflare cdn support. If the store elects to use cdn the following code will need to be integrated to handle the true IP pass through to opencart. <?php $realip = $_SERVER["HTTP_CF_CONNECTING_IP"]; print $realip; ?> Makes a huge difference .. 90+ google page...
Jump to post- Sun Sep 16, 2012 6:37 am
- Replies 538
- Views 278726
Re: Foot.php Error
Seems to infect many opencart installs:
Google: "PHP Notice: Undefined variable: c_ads in /usr/local/lib/php/foot.php on line 5"
and you get page after page of opencart installs.
- Wed Aug 29, 2012 12:22 am
- Replies 10
- Views 2738
Search found 8 matches