Hi franciscojsepulveda,
There is no default product item name. It must be manually entered. Please try and delete your current button shortcode and make it again.
Thanks,
Scott
I chose manual a name “ebook”, but it does not appear when someone try to pay with paypal.
maybe I can use another way to put a name.
This is my “code”:
[wpecpp name=”Ebook “Invertir y Ganar”” price=”19.90″ align=”center”]
But book “Invertir y Ganar” does no appear when someone try to pay.
What can I do?
Hi franciscojsepulveda,
Ah, I see the problem. You can’t use quotation marks in the item name unless you flip the way the shortcode works.
So should be able to do either:
[wpecpp name=’Ebook “Invertir y Ganar”‘ price=’19.90′ align=’center’]
Or:
[wpecpp name=”Ebook ‘Invertir y Ganar'” price=”19.90″ align=”center”]
Thanks,
scott