Forum
PayPal Shop App Options Template Mistake
I've noticed there is a minor mistake in the PayPal Shop app template product_options.html
. Essentially it looks like all references to perch_item_index
should be replaced with perch_item_zero_index
, otherwise the options aren't properly acknowledged by PayPal, as they should be zero indexed (e.g., os0
, on0
, os1
, on1
etc).
Sure, you can swap that out without a problem.
Hi Drew. I've already swapped it out on my templates. I just thought you should know so you can fix it in the shop app, as the information isn't passed through to PayPal correctly otherwise. Thanks.
Thanks for posting this James. Just been scratching my head for some time over this one. Fixed in my template too and now it works as expected.