You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
Hello
I was going through the payments on pay pal and I noticed that it shows the amount paid but not the name of the product. Is there any way to make appear the name of the product on future purchases? I need to know what are the most popular products.
Offline
A single 'Online Order' item is transmitted to PayPal, not the line items for the order. Those would be stored in your orders in your V8 store. Check the ecom_orderitems table in Raw DB Admin. That has all items which were ordered in it with all the info you could ever need about each. Be aware that recent pending orders show up there too.
Offline
webmaster wrote:
A single 'Online Order' item is transmitted to PayPal, not the line items for the order. Those would be stored in your orders in your V8 store. Check the ecom_orderitems table in Raw DB Admin. That has all items which were ordered in it with all the info you could ever need about each. Be aware that recent pending orders show up there too.
Thanks for your help
Offline