Date:
Affiliate:
Affiliate ID:
07/25/2006
a
2006074172

End session.   
Marketing tools
my status
One of the ways to keep the inventory prices on your web pages synchronized with our back-end is to use Javascript in your web pages. The steps below will guide you through this process:

  • First, set your prices through our affiliate back-end (Set Your Own Prices page).
  • Add the following tag to the head section of any HTML document in your website that contains inventory information:

    <script type="text/javascript" language="javascript" src="https://www.GRBGlobal.com/js_inv/2006074172.js"></script>
  • Once this is done, you will be able to access the description, quantity, price and shipping information for each individual inventory item. You access this information by using the following Javascript function calls:

    Description: id_XX_desc()
    Quantity: id_XX_qty()
    Price: id_XX_price()
    Shipping: id_XX_ship()

    Replace the XX's with the appropriate inventory ID ( from the Set Your Own Prices page) and surround the function call with document.write() and script tags. For example, to insert the price of an item with an Inventory ID of 6, you would insert the following code into your page where you want the price to appear:

    <script type="text/javascript" language="javascript">document.write(id_ 6_price())</script>




Copyright © 2006 ARVO Technologi