Jump to content


Corporate Sponsors


Latest News: (loading..)

geoffreywalton

Member Since 21 Oct 2007
Offline Last Active Today, 15:54
*****

Posts I've Made

In Topic: 2.3 and 2.2 database, compatible?

Today, 13:50

You just need to work out which tables contain the data you want and delete the drop and create and insert command for each table you do not want overwritten

Categories, cat desc, all the products, manu and manu desc to name the ones I can think of off the top of my head.

HTH

G

In Topic: 2.3 and 2.2 database, compatible?

Yesterday, 15:20

the installation overwrites the db.

You can edit oscommerce.sql in the installation folder so it does not overwrite certain files

HTH

G

In Topic: ULTIMATE Seo Urls 5 - by FWR Media

Yesterday, 11:41

View Postgeoffreywalton, on 07 February 2012, 21:33, said:

Hi

Just did a fresh install and added modular SEO header and this contribution.

Works fine except on products containing '®' (registered in case it snafus)

For example

Fat Grabbers® (180 caps) NEW SIZE!

URL generated ends

/catalog/product_info.php/fat-grabbers®-180-caps-new-size-p-158

and get this error message

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.

Replace non alpa numerics is set to true.

If I add a char conversion I get

/catalog/product_info.php/fat-grabbersÂr-180-caps-new-size-p-158

Any thought on what can be causeing this?

(and how to resolve it too!!)

Thanks

G

SOLUTION

Put this in character_conversion.php

$char_convert = array( '®' => 'R', 'Â' => 'R');

HTH

G

In Topic: Price of an atribute inclemented by a Percentage

08 February 2012, 22:34

Simple solution is to set the attributes to be $60 but then there would have to be an attribute for every value.

When you have price shanges you can increase product prices by a % and PA prices by a %

Horrible but it might work.

Alternative is to change the PA processing to use the value as a % increase field.

Even more horrible!!!

HTH but I doubt it

G

In Topic: New Mexico multiple sales tax help

08 February 2012, 22:29

I would be interested in how you get taxes by city/county as the address has a state and I am sure the residents know to mislead web sites to reduce their tax liability.

Even though I am on the other side of the pond I'll have a look at this.

Cheers

G