Jump to content


Corporate Sponsors


Latest News: (loading..)

Monika in Germany

Member Since 06 Feb 2005
Offline Last Active Dec 22 2011, 12:24
*****

Posts I've Made

In Topic: Missing Delivery Address in Order Confirmation email

22 December 2011, 12:26

and it seems that $sendToFormatted is not filled with info.

change it back ... and then it should work.

you can then start debugging what should be in your empty parameter and recode it being filled correctly ...

In Topic: Is there a way to make a regular column clickable, so that it sorts ascending...

20 December 2011, 21:38

the quick updates contribution will show you how to sort your columns using your column headers (ascendingly and descendingly) - excellent for code reading/learning

In Topic: Missing Delivery Address in Order Confirmation email

20 December 2011, 21:29

for all payment modules you are using? all the same? run a test with a simple payment module like money order. and if yes, compare your own checkout_process.php with the file from a fresh download

In Topic: Orders and invoices

20 December 2011, 20:04

well, try a simple payment module, like money order. if it happens there too, the issue is in the osc core code. if not, then it's in authnet.

this is something you should know yourself though when you offered clients coding and/or debugging help ...

In Topic: Orders and invoices

20 December 2011, 12:42

hi dteter, so, in the cart, you want to be able to remove attributes from a product? cute idea, and nope, I have not seen a module for it. it's certainly possible. most probably the easiest way around will be saving the product with the current info, deleting it from the cart and then readding it minus the attribute that has just been marked (would check for that while doing the insert/adding to the session). you'll need advanced php and osC knowledge to do this.