Results 1 to 4 of 4

Thread: i need some help with java script please help me.

  1. #1
    Join Date
    Jan 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default i need some help with java script please help me.

    hi i need some help with java script please help me.

    on this page

    http://www.modelsinmanchester.co.uk/...p/adam-clarke/

    on the right it says short list this model i use a java script cart (simplecartjs)
    From http://www.thewojogroup.com/

    I just what to no how to get it to send the info as a email not to paypal

    please help me email me @ coutts@rocketmail.com

  2. #2
    Join Date
    Jul 2009
    Location
    Washington (USA)
    Posts
    94
    Thanks
    3
    Thanked 3 Times in 3 Posts

    Default

    I'm confused. Just what are you trying to do?

  3. #3
    Join Date
    Oct 2008
    Posts
    13
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    As far as i know, you add this script into the head section of your html file.

    Code:
    <script type="text/javascript">
    	simpleCart.email = "your@email.com";
    	simpleCart.checkoutTo = PayPal;
    	simpleCart.currency = USD;
    </script>
    Other optional settings:

    simpleCart.taxRate = 0;
    simpleCart.shippingFlatRate = 0;
    simpleCart.shippingQuantityRate = 1.00;

    Cheers

  4. #4
    Join Date
    Oct 2008
    Posts
    13
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default

    I had another look over the files.

    If you find what i previously suggested doesn't work.

    There is a setting in the simpleCart.js file on line 50:

    Code:
    	me.email = "your@email.com";

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
  •