Results 1 to 2 of 2

Thread: Accesing Post data from add_to_cart button

  1. #1
    New user
    Join Date
    02-01-12.
    Posts
    1

    Default Accesing Post data from add_to_cart button

    Hi,
    I want a "+1" icon displayed next to my Cart if a Product has been sucessfully added to the Cart but i can't access the Post data the add_to_cart form should send.
    Can somebody please help me?

  2. #2
    Experienced user
    Join Date
    01-12-10.
    Posts
    814

    Default Re: Accesing Post data from add_to_cart button

    After a form with POST data is submitted the user is always redirected. POST variables will not be available on the page you see because it is not the page the data got submitted to. You can make the data available if you write a hook that will store the data you need in the SESSION.

Bookmarks

Posting Permissions

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