Rather then wait on someone to get around to doing this, I managed to figure out how to get insaini's Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0 for osCommerce 2.2 working for 2.3.1.
I've also updated the install document and hopefully didn't miss anything. My Coding skills are enough to get me by, so can not guarantee you will get any support from me. Hopefully someone with good skills will be able to pick this up and provide any support that's needed.
You can find the contribution here: http://addons.oscommerce.com/info/7900
Latest News: (loading..)
4 replies to this topic
#1
Posted 03 March 2011, 16:47
#2
Posted 13 May 2011, 15:39
Hi,
Would you happen to know if this contribution works well with v. 2.2 RC2?
Thanks.
Would you happen to know if this contribution works well with v. 2.2 RC2?
Thanks.
#3
Posted 08 March 2012, 22:29
thank you!
#4
Posted 08 March 2012, 23:11
In the instructions it tells us to replace the same line twice. It may be an error in the instructions? Ive a slightly modified categories.php but as far as I know Id not modified that line out previously.
The instructions say to find:
$product_query = tep_db_query("select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = '" . (int)$HTTP_GET_VARS['pID'] . "' and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "'");
And replace with: (x code)
But then later in the instructions is says to find that same line again
and replace with: (x code)
The instructions say to find:
$product_query = tep_db_query("select pd.products_name, pd.products_description, pd.products_url, p.products_id, p.products_quantity, p.products_model, p.products_image, p.products_price, p.products_weight, p.products_date_added, p.products_last_modified, date_format(p.products_date_available, '%Y-%m-%d') as products_date_available, p.products_status, p.products_tax_class_id, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = '" . (int)$HTTP_GET_VARS['pID'] . "' and p.products_id = pd.products_id and pd.language_id = '" . (int)$languages_id . "'");
And replace with: (x code)
But then later in the instructions is says to find that same line again
and replace with: (x code)
Edited by Mrmike, 08 March 2012, 23:18.
#5
Posted 20 March 2012, 19:18
Otherwise, this module is working very well in 2.3.1!
Thanks again
Thanks again
Edited by Mrmike, 20 March 2012, 19:18.














