Forum Replies Created
-
AuthorPosts
-
studiousMember
That’s awesome!!!
studiousMemberI’ve noticed that the name ‘product’ value is not recorded in the database and is only used in the emails, it looks like only the product_id is recorded.
I know this is more a feature request but are you looking at providing an ‘order management’ page? For my client I would like to see a whole order (including ‘product’ name) in one place, nice and easy.
I was thinking of making a plugin to make my own view of the data but first and foremost the IPN data is treated in WPeStore and without the modified ‘product’ name being recorded it wouldn’t entirely suit my purposes for legal records. If you were to record at least that data in the customer table I could view by TXN and show each cart item (with modified name) nicely.
Regards,
Stuart
studiousMemberAha,
I had to trace your javascript. ReadForm1 takes product_name_temp1 and adds other things together then places that in product
I was setting product before ReadForm1 and it was getting overridden with a regular product_name_temp1. So if I set product_name_temp1 to my value (as I do now) then product gets set correctly inside ReadForm1.
Phew, I couldn’t work out why it was working opposite to what you were saying. I was setting it before submission.
Regards,
Stuart
studiousMemberThanks Amin.
I did understand about using javascript and not modifying your files.
What’s the difference between ‘product’ and ‘product_name_tmp1’?
If I alter ‘product_name_tmp1’ using javascript I see the name in the shopping cart and in paypal. If I alter ‘product’ I don’t see evidence of it being recorded or passed anywhere even in source view, I also don’t see it in the database.
The only place I need to see anything is in the admin area against the purchase but I don’t see an ‘orders’ panel. (I kinda missed the bit where your product was meant only for digital downloads, I was kinda hoping for an orders pane with the ability to see all the items to ship and also be able to check off when the order was shipped. In that pane I would have liked to have seen the record of whether the customer had agreed or not.)
To sum up, is it correct that right now I can only change the name using ‘product_name_tmp1’ and that the client will also see this name in the interface?
Kindest regards,
Stuart
studiousMemberWhich form should I modify?
Do I add it to the add to cart button? I started to do that but then realised when I looked at the shopping cart that the name I had added didn’t seem to make it through, but I don’t know if it should or shouldn’t show there.
I need to make sure I am adding it only if they have agreed to all the questions (I submit the form back on itself, validate, then show the add cart button using a filter on the_content)
Thanks
-
AuthorPosts