2.2 ms2 norwegian lauguage CATALOG w/buttons |
| Thu, 29 Jul 2010 18:18:43 -0400 |
Norwegian updated admin language for
osCommerce v2.2 Release Candidate 2a w/buttons
Norsk oppdatert admin språkpakke for
osCommerce v2.2 Release Candidate 2a m/knapper |
| |
Protect Images with Unlimited Images Per Product |
| Thu, 29 Jul 2010 14:19:10 -0400 |
Fixed an SQL error in the image manager file that would prevent it from finding products not assigned to a manufacturer during the product search function.
Complete contribution is attached. Only prod_img_manager.php has changed. |
| |
PRODUTO ESGOTADO - NOT AVAILABLE PRODUCT |
| Thu, 29 Jul 2010 12:28:43 -0400 |
Quando eram acessadas as categorias, estavam aparecendo todos os produtos como esgotados.
Em anexo está somente o arquivo de instruções, atualizado. |
| |
Login and Return to same page |
| Thu, 29 Jul 2010 00:15:17 -0400 |
Please read this post as this contribute is not a good solution
http://forums.oscommerce.com/topic/237743-login-redirect-to-index-instead-of-previous-page/page__st__20
Credits to the forum and posters
edit includes/application_top
// navigation history
if (tep_session_is_registered('navigation')) {
if (PHP_VERSION < 4) {
$broken_navigation = $navigation;
$navigation = new navigationHistory;
$navigation->unserialize($broken_navigation);
} elseif (!is_object($navigation)) {
$navigation = new navigationHistory;
}
} else {
tep_session_register('navigation');
$navigation = new navigationHistory;
}
$navigation->add_current_page();
Please read forum for full info
Attached file is nothing |
| |
Multiple Sales Per Product |
| Wed, 28 Jul 2010 19:46:18 -0400 |
The queries have been revised so that products that are not assigned to a manufacturer can be found. It also adds the ability to find products in the subcategories of the category being searched when searching by category in the Multi-Product Sales utility.
Complete install is enclosed but the only revised files are multi_product_sale_prices.php (both of them) and sale_prices.php (just the admin file). |
| |
Multi-Product Copy Utility |
| Wed, 28 Jul 2010 18:54:48 -0400 |
| Version 1.1 corrects the queries so that products that are not assigned to a manufacturer can be found. It also adds the ability to find products in the subcategories of the category being searched when searching by category. |
| |
Price Adjusting Utility |
| Wed, 28 Jul 2010 17:33:20 -0400 |
| Version 1.2 has reworded the queries so that products that have not been assigned to a manufacturer can be found. You can now also include subcategories of the selected category in your search when searching on category. I've also corrected the percentage change calculations. |
| |
LinkPoint API |
| Wed, 28 Jul 2010 14:32:38 -0400 |
Open file include/modules/payment/linkpoint.php
Go to line 276 and change
$result = $cc_validation->validate($HTTP_POST_VARS['linkpoint_api_cc_number'], $HTTP_POST_VARS['linkpoint_api_cc_expires_month'], $HTTP_POST_VARS['linkpoint_api_cc_expires_year']);
to
$result = $cc_validation->validate($HTTP_POST_VARS['linkpoint_api_cc_number'], $HTTP_POST_VARS['linkpoint_api_cc_expires_month'], $HTTP_POST_VARS['linkpoint_api_cc_expires_year'],$HTTP_POST_VARS['linkpoint_api_cc_cvm']);
Thanks |
| |
RIGHT or LEFT Menu On Index |
| Wed, 28 Jul 2010 13:26:52 -0400 |
This addon lets you have a picture with categories listed on either side of it on your main page(index.php).
Screenshot included.
|
| |
Product Sort |
| Wed, 28 Jul 2010 13:11:51 -0400 |
Touched up Products Sorter:
corrected image directory in product sorter
does not display a drop down menu for categories with no products
display correct sort order in Product Sorter
fixed cell width in product sorter
Added a Note in instructions on how to change number of columns in products sorter.
Full Package with all updates. |
| |