Search found 54 matches

by grantg
Sun Nov 22, 2009 7:48 pm
Forum: Shopping Cart (ALL)
Topic: [SEO] MakeURLSafe and the '/' character
Replies: 14
Views: 49186

Re: [SEO] MakeURLSafe and the '/' character

By my reckoning, if a product name has a dash, it is converted to %252d in the URL. I have now amended my general.php in the lib directory to cater for products with & in the name, I have replaced the & character with 'and' $val = str_replace("&", "and", $val); I have...
by grantg
Sun Nov 22, 2009 4:09 pm
Forum: Shopping Cart (ALL)
Topic: Product and Image URL in CSV
Replies: 5
Views: 12296

Re: Product and Image URL in CSV

We got all our data into Interspire through an SQL dump, had a few teething problems so wiped the database clean and started the installation of Interspire from scratch. So, we now have a clean Interspire installation, 5.0.6. I have created a single product, and filled in some test data. The Categor...
by grantg
Wed Oct 21, 2009 1:16 pm
Forum: [SC] Custom Code
Topic: DHL
Replies: 8
Views: 11735

Re: DHL

Looks good, may integrate it at a later date.

Is there a reason why you intend leaving Interspire in 9+ months?
by grantg
Thu Oct 08, 2009 11:08 am
Forum: Shopping Cart (ALL)
Topic: Product and Image URL in CSV
Replies: 5
Views: 12296

Product and Image URL in CSV

Hi I have tried to create a custom CSV export template in ISC 5.0.6, to include the URL for the product (ie. http://www.domain.com/products/product-name.html) and the URL for the image (thumbnail or full size image, eg. http://www.domain.com/product_images/d/dog_thumb.jpg) - but there is no option t...