Page 1 of 1

Shopper's note not sent

PostPosted: Sun Sep 21, 2014 4:28 pm
by patbe60
Hello
Shopper's notes are not sent. There is no shopper's note field in the original VM checkout. Notes are also not stored in the database. Though this seems to be a VM problem I post it in this forum.
Regards
Patrik

Re: Shopper's note not sent

PostPosted: Wed Sep 24, 2014 5:59 pm
by patbe60
Shoppers notes are written into the table #_virtuemart_order_userinfos and no longer into the table #_virtuemart_orders.
There is also a new shopper field called customer_note -> (COM_VIRTUEMART_CNOTES_CART).
When I disable OPC, the shopper notes are sent to the customer and the shop vendor.

OPC 2.0.258
VM 2.9.9.c

Re: Shopper's note not sent

PostPosted: Thu Oct 02, 2014 1:52 am
by admin
hello, i fixed this together with a problem with ST address on latest VM2.9.9x within the DEV release. if you are running this on a live site, i can send it to you. i am currently developing "opc registration override" so it uses OPC theme and it's config to render the registration section (option=com_virtuemart&view=user) and this will be available within the upcoming release 259. i would also like to add a few shopper field ajax relations to the config and there will be a few new google analytics options.

best regards, stan

Re: Shopper's note not sent

PostPosted: Fri Oct 10, 2014 11:52 pm
by patbe60
Hi Stan

Yes, I would appreciate it if you could send it to me. I am nearly ready to go online on Joomla 3.3.6 with VM3.

My skype is patrikbe60.

Regards
Patrik

Re: Shopper's note not sent

PostPosted: Wed Oct 15, 2014 7:43 pm
by admin
hello, just to close this:

1. the customer note you said was a theme modification that didn't work
2. to show the download links within opc's thank you page order details, you'll need this modification:

\plugins\vmcustom\st42_download\st42_download.php

around line 235

replace:
static $alreadyHandledMedia = array();
with
$alreadyHandledMedia = array();

best regards, stan