We working with a store based on OC 2.*, there is a MySQL database with items... you know. Also, we have few mini-sites (basicaly, they are static html pages), that contains some of items from the Main Base with images and descriptions. So, we would like to add there "BuyNow" button, like in Paypal.
Need a feature, the dinamicaly generated (on Main Site) form with the button "Buy Now", called as a script from the extrenal page
Code: Select all
<script type="text/javascript" src="//my.site.com/buynow?id=777"></script>
Have some?