Search found 15 matches

Page 1 of 1

Search found 15 matches

Re: Thumnails not showing In Image Manager

I know this thread is being dragged up again. SO apologies.

One of my clients reported this issue today on the latest release of the 1.5.x branch.

The problem in their case was they hada "&" in the folder name.

This will as you imagine break things amazingly.

Hope this help someone!

Jump to post
  • Thu Aug 29, 2013 4:36 am
  • Replies 33
  • Views 42316
Re: Google Analystics Ecomm Tracking

$this->load->model('checkout/order'); $this->data['orderDetails'] = $this->model_checkout_order->getOrder($this->session->data['order_id']); $this->data['orderProducts'] = $this->model_checkout_order->getOrderProducts($this->session->data['order_id']); That bit right there is exactly what I needed ...

Jump to post
  • Mon Aug 23, 2010 7:18 pm
  • Replies 11
  • Views 8294
Google Analystics Ecomm Tracking

I'm just in the process of adding my own Google Analytics to my carts. I am using the async code which needs to go in the head tag (thats no problem). What I am trying to do know is on the Order success page I want to be able to pull all the order details and products for that order from the databas...

Jump to post
  • Mon Aug 23, 2010 6:21 pm
  • Replies 11
  • Views 8294
Re: Sage Pay: information recieved from invalid IP

Did you ever get this problem solved? as I am having the same issue?

Jump to post
  • Fri Aug 20, 2010 3:53 am
  • Replies 3
  • Views 4023
Re: Migrate Data from Zen Cart

Ekk it would cost be well over $150 so thats a no go unfortuatley. What I'm thinking I might do is alter the opencart script to be able to read zencart passwords as well, and once a user logs in successfully it updates the password with a nice opencart formatted one, which leads me to ask what is th...

Jump to post
  • Thu Aug 19, 2010 8:25 pm
  • Replies 3
  • Views 1178
Migrate Data from Zen Cart

I would like to import all of the user accounts in my zen cart db into our new ocart install. Only stumbling block will be the password field. Has anyone tried to do this before?? If so what were the results? If I can't port the passwords automatically then all I'll do is rest the passwords and emai...

Jump to post
  • Thu Aug 19, 2010 7:32 pm
  • Replies 3
  • Views 1178
Re: Modules per site

The most logical way I can see to do it (this is putting it into the core code anyway) is to seperate all the modules out of the oc_settings table and into their own oc_extentions table, then have a oc_extentions_to_store table to take care of the store setting, this keeps it in the format of the ma...

Jump to post
  • Thu Aug 19, 2010 6:01 am
  • Replies 9
  • Views 1814
Re: Remote Hosted Images

I found this : // HTTP define('HTTP_SERVER', 'http://www.lovemoissanite.com/'); define('HTTP_IMAGE', 'http://images.lovemoissanite.com/'); // HTTPS define('HTTPS_SERVER', 'https://www.lovemoissanite.com/'); define('HTTPS_IMAGE', 'https://www.lovemoissanite.com/images/'); // DIR define('DIR_IMAGE', ...

Jump to post
  • Thu Aug 19, 2010 2:11 am
  • Replies 4
  • Views 2523
Re: Remote Hosted Images

I too am interested in this but only from the point of view of setting up subdomains to leverage parrell downloading in modern browsers, so the pages load quicker (good for people and bots).

Jump to post
  • Thu Aug 19, 2010 1:57 am
  • Replies 4
  • Views 2523
Re: Multistore on multiple domains

he non www version is a totally sperate website in the eyes of the cart (and rightly so) Why rightly so? Is www. considered a subdomain? In that case, if I specify store URL as hennalap.com instead of http://www.hennalap.com, will it work for both? Haven't looked at it as a subdomain before, in awa...

Jump to post
  • Thu Aug 19, 2010 1:55 am
  • Replies 6
  • Views 1121
Re: Modules per site

Would this be a easy(ish) thing for me to mod in my self? (experienced php programmer just not done alot of OOP)?

I'm guessing it will just be a case of making another entry in the database then modifing the files to pull that information instead??

Jump to post
  • Thu Aug 19, 2010 1:50 am
  • Replies 9
  • Views 1814
Re: Modules per site

At the moment on the main site you have the Brands side box, which is excellent as we have many brands. But on the other sites they are brand specific ones, so the Brands box is pretty usless. I'd like to implement away where you can say, I want the Brands box to appear on Website 1 & 3 but not ...

Jump to post
  • Wed Aug 18, 2010 9:34 pm
  • Replies 9
  • Views 1814
Modules per site

I would like to be able to set things like Brands to appear on website but not the other, and to be able to have a different set of featured bags per site.

Also setup a different Google Analytics per site (not sure how GA works at the moment, does it track ecom?)

Thanks for any help in advanced!

Jump to post
  • Wed Aug 18, 2010 9:00 pm
  • Replies 9
  • Views 1814
Re: Multistore on multiple domains

The settings (products, description, template etc) are being picked up correctly for http://www.hennalap.com but not for http://hennalap.com which seems to use the default store's settings. thats because the non www version is a totally sperate website in the eyes of the cart (and rightly so) simpl...

Jump to post
  • Wed Aug 18, 2010 8:52 pm
  • Replies 6
  • Views 1121
Proper Multistore Support

Although the multistore support is ok I feel its far from "complete". Some fundamental things I think that need to be addressed. 1. Modules to be assigned to each store or not just like products and categories can be. 2. Proper support for multi stores on seperate tld's on seperate cpanel ...

Jump to post
  • Tue Aug 10, 2010 5:58 pm
  • Replies 19
  • Views 4155

Page 1 of 1

Search found 15 matches