I've implemented 2Checkout Hosted Payment option on my site and now I'd like to see a product's title in a 2Checkout cart page. I can see Totals only at the moment. I pass all the parameters needed, such as:
input type="hidden" name="li_0_type" value="product"
input type="hidden" name="li_0_name" value="Currency Automatic Switcher plugin for VirtueMart"
input type="hidden" name="li_0_quantity" value="1"
But I still can't see the product's title. I contacted their support - no result.
How can I show products titles?