wojodesign / simplecart-js

A simple javascript shopping cart that easily integrates with your current website.
simplecartjs.org
1.79k stars 489 forks source link

Getting empty cart error in Paypal #511

Closed Albermonte closed 9 years ago

Albermonte commented 9 years ago

I'm getting an empty cart error when I try to checkout.

This is the paypal error: https://www.paypal.com/cgi-bin/webscr?cmd=_cart&upload=1&currency_code=EUR&business=alberto.monterroso%40hotmail.com&rm=0&tax_cart=0.00&handling_cart=0.00&charset=utf-8&quantity_1=1&amount_1=20.00&item_number_1=1&option_index_0=0

Albermonte commented 9 years ago

Anyone?

iamstevemckinney commented 9 years ago

Do you have anymore information? a place to try your code out that generates that link?

On Sun, Nov 8, 2015 at 1:16 PM, Albermonte notifications@github.com wrote:

Anyone?

— Reply to this email directly or view it on GitHub https://github.com/wojodesign/simplecart-js/issues/511#issuecomment-154859055 .

Albermonte commented 9 years ago

Here you have part of the code: https://drive.google.com/file/d/0B0zT8NvJAIwQdGtKenlZT29UWHc/view?usp=sharing

Also you can check it at http://boostinges.ga/

Albermonte commented 9 years ago

I've just found the mistake, I forgot to include the class="item_name"

Thx