Results 1 to 3 of 3

Thread: Problems with Paypal Shopping Cart setup

  1. #1
    Junior Member
    Join Date
    Mar 2011
    Location
    Southern California
    Posts
    6

    Default Problems with Paypal Shopping Cart setup

    I set up an entire catalog of items and it all seemed fine until after I published the site. When you click on the add to cart or buy buttons another window opens with error messages. That information is missing. All the information for the items is in its proper place. I have not had this problem with 11. I am attaching the error messages. I am not sure what it is looking for.
    Attached Files Attached Files

  2. #2
    Junior Member
    Join Date
    Mar 2011
    Location
    Southern California
    Posts
    6

    Default Additional info re: Paypal Shopping Cart

    Quote Originally Posted by bukisan View Post
    I set up an entire catalog of items and it all seemed fine until after I published the site. When you click on the add to cart or buy buttons another window opens with error messages. That information is missing. All the information for the items is in its proper place. I have not had this problem with 11. I am attaching the error messages. I am not sure what it is looking for.
    Here is what is listed in the code for Add to Cart.
    action.value=https://www.paypal.com/cgi-bin/webscr
    action.target=paypal
    action.method=post
    parameter.input.hidden.cmd=_cart
    parameter.input.hidden.business=<%store.email%>
    parameter.input.hidden.item_name=<%product.name%>
    parameter.input.hidden.item_number=<%product.sku%>
    parameter.input.text.quantity=1
    parameter.input.hidden.weight=<%product.weight%>
    parameter.input.hidden.amount=<%product.price%>
    parameter.input.hidden.shipping=<%product.shipping Cost%>
    parameter.input.hidden.tax=<%product.salesTax%>
    parameter.input.hidden.add=1
    parameter.input.hidden.currency_code=<%store.curre ncyCode%>
    parameter.input.hidden.on0=
    parameter.input.hidden.os0=
    parameter.input.hidden.on1=
    parameter.input.hidden.os1=
    includes.js.file1=formHandler.js
    label.quantity=Quantity

  3. #3
    Junior Member
    Join Date
    Mar 2011
    Location
    Southern California
    Posts
    6

    Default

    This code is listed in the configuration URLs. Still doesn't work. I don't understand why Paypal Store Engine still doesn't work.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •