Search found 41 matches
- Thu Aug 09, 2012 3:33 am
- Forum: Alternatives Discussion
- Topic: Magento
- Replies: 8
- Views: 73095
Re: Magento
I've been working on getting my ICS store transferred to CS-Cart for the last couple of weeks too. Really the only reason it's taken so long is that I needed to learn their customization system, and I wanted to integrate a few of the free addons that their very helpful forum users and admins have ...
- Sun Jun 17, 2012 12:50 am
- Forum: CS-Cart
- Topic: CS-Cart, ISC, Magento or cocktail under palm tree?
- Replies: 8
- Views: 88287
Re: CS-Cart, ISC, Magento or cocktail under palm tree?
If the migration is really that easy I'll be thrilled :) You didn't have to massage any data or fix little things after the transfer?
I am not a consultant and only have two stores, so will probably stick with CS Cart once I get everything up and running. I'm liking all the features, though ...
I am not a consultant and only have two stores, so will probably stick with CS Cart once I get everything up and running. I'm liking all the features, though ...
- Thu Jun 14, 2012 5:43 pm
- Forum: CS-Cart
- Topic: CS-Cart, ISC, Magento or cocktail under palm tree?
- Replies: 8
- Views: 88287
Re: CS-Cart, ISC, Magento or cocktail under palm tree?
Splash Alert!
I'm taking the plunge and just bought my CS-Cart 3 license today.
Now to work on transferring 10,000+ customers and all their orders, and 1500+ products...
Wish me luck!
I'm taking the plunge and just bought my CS-Cart 3 license today.
Now to work on transferring 10,000+ customers and all their orders, and 1500+ products...
Wish me luck!
- Tue May 15, 2012 6:17 pm
- Forum: Alternatives Discussion
- Topic: Well?
- Replies: 13
- Views: 97975
Re: Well?
I'm at the point of changing my mind on ISC personally now. Have started having all sorts of little problems with customers not being able to check out, not being able to add to their carts, issues with no getting shipping quotes, not to mention password reset headaches. Who knows how much money I'm ...
- Tue Feb 21, 2012 6:28 pm
- Forum: [SC] Custom Code
- Topic: Undesired Friendly URLs Encoded by Interspire Cart
- Replies: 29
- Views: 102166
Re: Undesired Friendly URLs Encoded by Interspire Cart
Wow, thanks for letting us know. That's awful. Most code that needs a license checks it once. Or just checks it in the admin and leaves the customer facing site alone.
- Sun Feb 12, 2012 8:03 pm
- Forum: [SC] Custom Code
- Topic: Undesired Friendly URLs Encoded by Interspire Cart
- Replies: 29
- Views: 102166
Re: Undesired Friendly URLs Encoded by Interspire Cart
Wow, took them a while to fix the exploit. Not in any great hurry were they?
So anyone now running 6.1.8? Is it worth it or less buggy? No major things broken?
So anyone now running 6.1.8? Is it worth it or less buggy? No major things broken?
- Sun Feb 05, 2012 6:17 pm
- Forum: [SC] Custom Code
- Topic: Undesired Friendly URLs Encoded by Interspire Cart
- Replies: 29
- Views: 102166
Re: Undesired Friendly URLs Encoded by Interspire Cart
This might be true for anyone not planning to stick with their current version your site is running. I don't intend to upgrade; just add what I need when it's needed. I upgraded from 6.1.1 and quickly went back to it because the "update" had too many problems. In the end, good URLs is worth the ...
- Wed Jan 25, 2012 1:18 am
- Forum: Shopping Cart 6.x
- Topic: How To: Create An All Top-Level Cats W/Images Panel
- Replies: 7
- Views: 55537
Re: How To: Create An All Top-Level Cats W/Images Panel
No, I was just starting to work on implementing things from what you had already posted so I hadn't gotten to the point of testing yet when I had to move on to some other tasks. Is that the last piece then in the category.form.tpl?
- Sun Jan 22, 2012 3:19 am
- Forum: Shopping Cart 6.x
- Topic: How To: Create An All Top-Level Cats W/Images Panel
- Replies: 7
- Views: 55537
Re: How To: Create An All Top-Level Cats W/Images Panel
I found one or two more things in the /admin/includes/classes/class.category.php file that need changing to give you your fileupload box out of the gate:
In that file in the function CreateCategory
Find this:
$GLOBALS['DisableFileUpload'] = 'disabled="disabled"';
And change to:
$GLOBALS ...
In that file in the function CreateCategory
Find this:
$GLOBALS['DisableFileUpload'] = 'disabled="disabled"';
And change to:
$GLOBALS ...
- Sat Jan 21, 2012 5:38 am
- Forum: Shopping Cart 6.x
- Topic: How To: Create An All Top-Level Cats W/Images Panel
- Replies: 7
- Views: 55537
Re: How To: Create An All Top-Level Cats W/Images Panel
The mod looks pretty darn good! Thanks for putting in all the work to get it this far.
I just wanted to share one more thing on this:
The code that unhides and hides the image upload box from us seems to be residing in /admin/scripts/categories.js
The function name is handleRootCategory(), and ...
I just wanted to share one more thing on this:
The code that unhides and hides the image upload box from us seems to be residing in /admin/scripts/categories.js
The function name is handleRootCategory(), and ...