Search found 27 matches
- Tue Aug 02, 2011 1:41 am
- Forum: Alternatives Discussion
- Topic: so what's the plan
- Replies: 23
- Views: 144341
Re: so what's the plan
2 weeks ago I had to do an emergency upgrade of an ISC site from 5x to 6x. This was because his host did a PHP upgrade which was not supported by ISC 5x. If ISC is truly dead, you will have to migrate to another cart at some point. I'm not saying you should do it tomorrow, but it would be best if ...
- Tue Jul 12, 2011 11:27 pm
- Forum: Shopping Cart (ALL)
- Topic: Which is better?
- Replies: 4
- Views: 41128
Re: Which is better?
I have to agree as well. I've stopped recommending Ingerspire and am about to migrate 2 stores to CS Cart. I've also looked at Magento. A lot of power but pricing is prohibitive if you want to host your own. MagentoGo is also very good but you have to be willing to accept the limitations that come ...
- Tue Mar 22, 2011 4:21 pm
- Forum: [SC] Custom Code
- Topic: [Module] Froogle Static export
- Replies: 52
- Views: 159897
Re: [Module] Froogle Static export
Hi Martin,
If you want to submit multiple feeds, say to the UK and US, the product ids have to be different. What I did was modify your code so that the id's are unique based on the currency (484-US, 484-UK). Maybe you could incorporate something like that as well.
Thanks.
If you want to submit multiple feeds, say to the UK and US, the product ids have to be different. What I did was modify your code so that the id's are unique based on the currency (484-US, 484-UK). Maybe you could incorporate something like that as well.
Thanks.
- Thu Nov 11, 2010 7:50 pm
- Forum: [SC] Custom Code
- Topic: Free Top Category Flyout Menu
- Replies: 1
- Views: 9843
Free Top Category Flyout Menu
This is in response from a question on how to move the side category list to the top of the page. This is mostly right out of Suckerfish's flyout menu example: http://htmldog.com/articles/suckerfish/dropdowns/ . Just modified for use with ISC. I kept the example CSS in place because it makes it ...
- Tue Sep 28, 2010 9:49 pm
- Forum: [SC] Custom Code
- Topic: Category discount module mod required
- Replies: 0
- Views: 8042
Category discount module mod required
Anyone interested in writing a category discount module or addon for 6.0.14+, send me a PM. Full time developers with experience writing ISC mods only please. A spec is ready, just need to get started.
- Fri Sep 17, 2010 5:34 am
- Forum: Shopping Cart 5.x
- Topic: Problems with payments not processing - Paypal and Auth.net
- Replies: 6
- Views: 52989
Re: Problems with payments not processing - Paypal and Auth.
For the Paypal transactions, can you tell if the customer is checking out as a guest or with an account?
- Thu Sep 16, 2010 4:52 pm
- Forum: Shopping Cart 5.x
- Topic: Problems with payments not processing - Paypal and Auth.net
- Replies: 6
- Views: 52989
Re: Problems with payments not processing - Paypal and Auth.
Brandeline,
Are your store logs reporting any errors?
Are your store logs reporting any errors?
- Wed Feb 03, 2010 11:34 pm
- Forum: Shopping Cart (ALL)
- Topic: Two Prices for One Product
- Replies: 3
- Views: 14009
Re: Two Prices for One Product
Your customer will only be able to purchase at the listed price. You could try using a variation where the first option is the purchase price and the second is the rental price.
- Sat Jan 09, 2010 6:05 pm
- Forum: [Dev] Discussion
- Topic: Variation images
- Replies: 3
- Views: 36604
Re: Variation images
Thanks Tony. Just PM'd you on this.
- Thu Jan 07, 2010 11:28 pm
- Forum: [Dev] Discussion
- Topic: Variation images
- Replies: 3
- Views: 36604
Variation images
I suspect the answer is no but...I have a project where the image needs to change each time a variation is selected. So you have a basic product, choose variation 1 and see a new image, choose the 2nd variation and see an image with both variations etc. The issue is that Interspire seems to only ...