Please how can i go about to set osclass pay plugin ecommerce cart button in osclasswizard theme . This is the statement shown on how to set it but i dont know how to go about it in my file. If you have not used hook to place "Add to cart" button on item page, you can do it manually by modifying theme files. Place following code into your theme files where function osc_item_id() is available (item.php or item-loop-single.php...).
<?php if(function_exists('osp_product_to_cart_link')) { echo osp_product_to_cart_link(); } ?>