Results 1 to 6 of 6

Thread: Links from store
      
   

  1. #1
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Links from store

    Struggling with something and maybe someone has ran into similar situation. I am using Paypal and have begun putting the codes into my store.

    The "Add to Cart" and "View Cart' buttons seems to work fine except for the 1st or 2nd product in each page. This is driving me crazy, I have deleted the product and the problem rolls to the next in line, I have copied a product that works to the top of the list and it stops working.

    Would appreciate help. The pages were this happens are:
    http://www.blueearthtea.com/blackteas.html (1st product only)
    http://www.blueearthtea.com/greenteas.html (2nd product)

    Thanks
    Bill

  2. #2
    allstarfaces's Avatar
    allstarfaces is offline Brigadier General
    Join Date
    Apr 2006
    Location
    manchester england
    Posts
    1,665

    Default Re: Links from store

    not sure what you have done with the code , i will tell you what i do i set up the button in pay pal etc then put the first on my site then i go in and give it a product number than change the product name than put in the price then when i wan to do my next item i copy paste into html box and just alter the PRODUCT NUMBER ADDING 1 NUMBER then the name then price i have my delivery price set at 3.50, what are you doing differant?
    The get vasili to join our forum campaign has begun



    www.thatgoodsite.com and our forum of fun also starring my hero vasili
    Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free

  3. #3
    allstarfaces's Avatar
    allstarfaces is offline Brigadier General
    Join Date
    Apr 2006
    Location
    manchester england
    Posts
    1,665

    Default Re: Links from store

    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    </td></tr></table><input type="image" src="https://www.paypal.com/en_GB/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="email address">
    <input type="hidden" name="item_name" value="big brovaz">
    <input type="hidden" name="item_number" value="128"> this is my product number needs changing
    <input type="hidden" name="amount" value="45.00"> this is my price
    <input type="hidden" name="shipping" value="3.50">
    <input type="hidden" name="page_style" value="PayPal">
    <input type="hidden" name="no_shipping" value="2">
    <input type="hidden" name="return" value="http://www.allstarfaces.com/thanks.html">
    <input type="hidden" name="currency_code" value="GBP">
    <input type="hidden" name="bn" value="PP-ShopCartBF">
    </form>


    does it look like this?
    The get vasili to join our forum campaign has begun



    www.thatgoodsite.com and our forum of fun also starring my hero vasili
    Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free

  4. #4
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Links from store

    Thanks, i will try that.
    Bill
    www.blueearthtea.com

  5. #5
    allstarfaces's Avatar
    allstarfaces is offline Brigadier General
    Join Date
    Apr 2006
    Location
    manchester england
    Posts
    1,665

    Default Re: Links from store

    that code is for you to compare if you are i****ther country it wil not work i was just wondering if it looks the same and if you are changing the product codes? good luck anyway bill
    The get vasili to join our forum campaign has begun



    www.thatgoodsite.com and our forum of fun also starring my hero vasili
    Weve got movies,arcade,radio,T.V,chat,music,funny vids,jokes and lots and lots of fun for free

  6. #6
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

    Default Re: Links from store

    I found the solution to this by adding </form> under HTML Before Tag, apparently when I created the form it was left missing same.

    Thank you,
    Thread closed.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49