Is there a way to modify value that goes to paypal for Item Number?
For my store I am using Characteristics, so a single product can have three characteristic with different prices. When I select one, then check out, the item number thats given is product name and the ID of the characteristic selected (i.e. CoolBlueCar_3).
Instead of the ID, can I use the name of the characteristic, I need this so that on Paypal the person shipping can identify exactly which product it is they need to send, the characteristic id will not mean anything to them.
maybe using: $vars["item_number_".$i]=$product->order_product_name; instead of product_code?
UPDATE:
I just tested by putting order_product_name like above, but did not work. It showed the product name and added <span class="hikashop_product_variant_subname"></span> after it. Any other ideas?