Home
Integration Methods
osCSS
osCSS is the leading Open Source online shop e-commerce solution that
is available for free under the GNU General Public License. It features
a rich set of out-of-the-box online shopping cart functionality that
allows store owners to setup, run, and maintain their online stores
with minimum effort and with no costs, license fees, or limitations
involved.
Integration of Post Affiliate Pro with osCSS is made by placing sale tracking script into
the confirmation page of osCSS. To obtain the values of OrderID and TotalSale,
snippet connects to osCSS database and retrieves the values from
there.
1
Edit template
Find and open file /includes/content/checkout_success.php
2
Locate right place for integration
Inside the file find this line <!-- extra divs to add extra pictures. -->
3
Add integration code
Insert the following code just above that line: