Jump to content



Latest News: (loading..)

Monika in Germany

Member Since 06 Feb 2005
OFFLINE Last Active Jan 23 2013 03:37 PM
*****

Posts I've Made

In Topic: Seperate Pricing Per Customer v3.5

23 January 2013 - 03:40 PM

there should be a function in your currencies.php where the price is being determined for display, depending on customer status. Basically (if I recall correctly it was a bunch of if/else statements) I'd pick this apart into two different calls of the function - make a function for retail, one for wholesale, and call them accordingly, NOT looking at the session parameter but YOUR predefined ID for there status (wholesale/retail) ...

In Topic: Strict Standards: Non-static method discount_coupon::is_recalc_shipping() sho...

29 December 2012 - 08:34 AM

the other spot a few lines above worked fine though? that's confusing ...in any case, glad it's working!!!

In Topic: Strict Standards: Non-static method discount_coupon::is_recalc_shipping() sho...

25 December 2012 - 02:01 PM

sure ... you are using code that cannot be read. a few lines above you can see the code that would be working fine, so change to

if( $order->coupon->is_recalc_shipping() )

In Topic: Problem with Flat Rate

25 December 2012 - 01:58 PM

you don't know how to look at rows and find double entries in your database? Did you take a backup of your configuration table before making these kind of (bigger) changes? If not, you might need to have someone look over your database, and probably your files also, as I agree that there might be mistakes you made during cloning the files - parameters not changed correctly in all files.

In Topic: YMM Split Page Results? (pagination)

20 December 2012 - 04:49 PM

though so ;-) ... I used to have an endless form for a callcenter tool a while ago (countless options to choose from) and this is waht I used/did!