Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2011
    Posts
    31
    Plugin Contributions
    0

    Default need help today or i will have to pay for it

    im trying to put in an international checkout option. useing...international checkout.... anyway im having a hard time finding which file to put the code the gave me in.

    this is the code:


    <form name="icForm" id="icForm" method="post" action="https://www.internationalcheckout.com/cart.php">
    <?php for($i = 1; $i <= TOTAL ITEMS IN YOUR CART; $i++) { ?>
    <input type="hidden" name="ItemDescription<?php echo $i?>" value="ITEM DESCRIPTION">
    <input type="hidden" name="ItemSKU<?php echo $i?>" value="ITEM CODE VALUE">
    <input type="hidden" name="ItemSize<?php echo $i?>" value="ITEM SIZE">
    <input type="hidden" name="ItemColor<?php echo $i?>" value="ITEM COLOR">
    <input type="hidden" name="ItemQuantity<?php echo $i?>" value="ITEM QUANTITY">
    <input type="hidden" name="ItemPrice<?php echo $i?>" value="ITEM PRICE">
    <input type="hidden" name="ItemDiscount<?php echo $i?>" value="ITEM DISCOUNT">
    <input type="hidden" name="ItemImage<?php echo $i?>" value="https://www.abc.com/images/itemimage.jpg">
    <input type="hidden" name="ImgHeight<?php echo $i?>" value="ITEM’S IMAGE HEIGHT">
    <input type="hidden" name="ImgWidth<?php echo $i?>" value="ITEM’S IMAGE WIDTH">
    <? } ?>
    <input type="hidden" name="Discount" value="ORDER’S DISCOUNTED VALUE">
    <input type="hidden" name="p" value="test">
    </form>
    <script>document.getElementById('icForm').submit();</script>

    i still have to add my "p"value but other than that i need to just put it in the file so it can be used.

    any idea if im right about this or which file to put it in?
    Last edited by wartht; 27 Oct 2011 at 03:10 PM. Reason: fixing code i put in.

  2. #2
    Join Date
    Sep 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: need help today or i will have to pay for it

    please help

  3. #3
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,267
    Plugin Contributions
    3

    Default Re: need help today or i will have to pay for it

    Where did you get this "international checkout" module/ file ?

    What are you tryong to achieve?

    Zencart comes with a set of standard PAYMENT modules, and there are quite a few in the FREE ADD ONS too.

    What is your purpose for trying to use this stuff?

    A payment module is not an easy thing to construct, and requires very specialist knowledge and skill.
    20 years a Zencart User

  4. #4
    Join Date
    Sep 2011
    Posts
    31
    Plugin Contributions
    0

    Default Re: need help today or i will have to pay for it

    the payment in its self its going to remain the same. its like using the paypal express option. it is supposed to add and additional landing page where the customer is given the shipping and handling needed for their country. in order to finish their checkout.

    http://www.internationalcheckout.com...ythingspectrum

    this is the sample of it that i was given.

 

 

Similar Threads

  1. v139h I will pay to have someone upgrade for me from 1.3.9h to 1.5.0
    By eargear in forum Upgrading to 1.5.x
    Replies: 10
    Last Post: 14 Jun 2012, 01:20 AM
  2. Will Pay You For Shipping Help!!
    By devnut in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 5 Jun 2008, 02:30 AM
  3. Need expert help - will pay
    By jonwil99 in forum General Questions
    Replies: 1
    Last Post: 24 Jun 2006, 09:03 AM

Posting Permissions

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