Jump to content



Latest News: (loading..)

Moxamint

Member Since 03 Nov 2007
OFFLINE Last Active Apr 23 2013 11:06 PM
-----

Posts I've Made

In Topic: Add extra fields for Customer details

16 February 2013 - 01:50 AM

Each country has an 'address_format_id' attached to it.  So if you change id #2, it only affects certain countries.

Cheers, Eddy

In Topic: Add extra fields for Customer details

15 February 2013 - 03:58 PM

Take a look at your database table 'address_format' and change the content of field 'address_format'.  For example, if the field 'address_format' for 'address_format_id' 2 looks like this:

$firstname $lastname$cr$streets$cr$city$state$postcode$cr$country

and you want to use 'state' as 'telephone' and then put 'telephone' at the end of the address, you can change the above line to:

$firstname $lastname$cr$streets$cr$city$postcode$cr$country$cr$state

This is just the idea, not an accurate example.  Your database table 'address_format' should be very different as my shop is heavily modified.

Backup your database before you make any changes to it.

Best wishes, Eddy

In Topic: 2.3.3 from 2.3.1

23 August 2012 - 12:26 PM

I upgraded from 2.3.1 to 2.3.3, and then applied changes required for 2.3.2.  No conflicts at all.  So how do I call my osC version if I did not apply changes for 2.3.2?  :shifty:

In Topic: Need simple input text field on product page V2.3

20 August 2012 - 02:25 PM

For using option types in 2.3.x, you may want to check this post:

http://forums.oscommerce.com/topic/338661-contribution-option-types-v2/page__view__findpost__p__1621086

In Topic: I found the cause of my login sessions dying

31 July 2012 - 11:17 PM

http://forums.oscommerce.com/tracker/issue-314-malformed-url-issue/