SG_Jimmy Posted October 22, 2012 Posted October 22, 2012 http://img.photobucket.com/albums/v189/sg_jimmy/oscommerceinvoice-2.png Hi guys, From the picture. 1) where do i edit this in oscommerce ? 2,3) is there anyway to change the "Sold to" to "From" and change the "Ship to" to "To" 4) is there anyway to add a 1 month term credit here ? Thanks !!!
Guest Posted October 22, 2012 Posted October 22, 2012 @SG_Jimmy 1) This is the value taken from the database as entered from the admin area under configuration>>my store>> store address 2 & 3) You can change the language in the /admin/includes/languages/english/invoice.php as: define('ENTRY_SOLD_TO', 'SOLD TO:'); define('ENTRY_SHIP_TO', 'SHIP TO:'); 4) You can change the COD language in the /includes/languages/english/modules/payment/cod.php file as define('MODULE_PAYMENT_COD_TEXT_DESCRIPTION', 'Cash on Delivery'); Chris
SG_Jimmy Posted October 22, 2012 Author Posted October 22, 2012 Hi DunWeb, Thanks for the help ! Isit possible to input any PO number on the "invoice" I tried to put it on remark but it didnt show up on the invoice Under checking out, I also need to amend the "shipping address" to "Purchase Order to" as in the picture, where is the file ? http://img.photobucket.com/albums/v189/sg_jimmy/checkoutshippingaddress-1.png thanks !!!!
Guest Posted October 22, 2012 Posted October 22, 2012 @SG_Jimmy You can update the Purchase Order payment module and not worry about the rest. Chris
SG_Jimmy Posted October 23, 2012 Author Posted October 23, 2012 @SG_Jimmy You can update the Purchase Order payment module and not worry about the rest. Chris I just need this part done and I'm done :) Under checking out, I also need to amend the "shipping address" to "Purchase Order to" as in the picture, where is the file ? http://img.photobucket.com/albums/v189/sg_jimmy/checkoutshippingaddress-1.png thanks !!!!
Wal Posted November 10, 2012 Posted November 10, 2012 I just need this part done and I'm done :) Under checking out, I also need to amend the "shipping address" to "Purchase Order to" as in the picture, where is the file ? http://img.photobucket.com/albums/v189/sg_jimmy/checkoutshippingaddress-1.png thanks !!!! Hello SG_Jimmy The file you need to amend is Shop/Includes/languages/english/checkout_shipping_address.php Around line 18 is define('TABLE_HEADING_SHIPPING_ADDRESS', 'Shipping Address'); And line 20 define('TITLE_SHIPPING_ADDRESS', 'Shipping Address:'); Just change 'Shipping Address' to 'Purchase Order to' in both lines then upload the amended php file to your shop cheers - Wal
Recommended Posts
Archived
This topic is now archived and is closed to further replies.