Guest Posted January 4, 2004 Share Posted January 4, 2004 As a new user to oscommerce I really like the application. I am trying to make a modification to the application. I have an idea which i would like to implement but unsure on how to do this. Any way to create a .php or .html file with a listing of products on it, and when a web user clicks a button, it will be added to the shopping cart of OSC? Also, is it possible on the checkout procedures to only charge 1/2 of the total at the time of checkout, and then when the order is ready for shippment manually process the remaining cart total? Ideas? Link to comment Share on other sites More sharing options...
♥kymation Posted January 4, 2004 Share Posted January 4, 2004 Are you talking about the product listing that displays when you click on a category containing products? If so, you just need to turn on the Buy Now column in the Admin and the Buy button will show up. If you want something different, we'll need a better description of what you are trying to do. For the checkout problem, you can get the credit card information from the order and process it manually in two separate billings. Doing this automatically through a payment gateway would require modification of the osCommerce code. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Guest Posted January 4, 2004 Share Posted January 4, 2004 As for the partial payments, I am working through a tutorial on how to impliment this type of system for people that use credit cards and electronic methods like paypal.com. As for the other inquiry, I have a .html page outside of OSC that I would like to put a buy now button on the page and have it add to the shopping cart and then have the user checkout the item(s). Link to comment Share on other sites More sharing options...
♥kymation Posted January 5, 2004 Share Posted January 5, 2004 You can copy the HTML code that osCommerce generates to use on a static HTML page. Bring up the Product Info page for the product and use 'View Source' on your browser. Look for the form tags and all of the input tags. You can change the rest of the HTML as needed to format your page. The code will have to be maintained manually if you ever make any changes to the product on the osC side. Be very careful when doing this: You need to remove every instance of the osCsid from your links. Failure to do this can result in customers getting some one else's cart and possibly personal data. Regards Jim See my profile for a list of my addons and ways to get support. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.