If you want to get instant help...please click here to submit a ticket [ link ]
We support 7000+ osCommerce add-ons! Affordable, Reliable, Speed on Rails services on customizations of osCommerce shipping, payment, marketing and others.

Category discount

for osCommerce Merchant version 2.2


Retail Price: $50.00


Ask a Question About:Category discount

by boxtel

Discounts in money or quantity per category.

Corrections

01/25/2006 by boxtel

correct version of includes/functions/category_discount.php

correct version of tep_get_cat_path function


missing function

01/24/2006 by boxtel

add this function to general.php:

function tep_get_cat_path ($current_category_id = '') {
$last_category_query = tep_db_query("select parent_id from " . TABLE_CATEGORIES . " where categories_id = '" . $current_category_id . "'");
$last_category = tep_db_fetch_array($last_category_query);
if ($last_category['parent_id'] != 0) {
$cat_string = $last_category['parent_id'] . '_' . $current_category_id;
while ($last_category['parent_id'] != 0) {
$last_category_query = tep_db_query("select parent_id from " . TABLE_CATEGORIES . " where categories_id = '" . $last_category['parent_id'] . "'");
$last_category = tep_db_fetch_array($last_category_query);
$cat_string .= $last_category['parent_id'] . '_' . $cat_string;
}
return $cat_string;
} else {
return $current_category_id;
}
}


Category Tree Discount

01/24/2006 by boxtel

Discounts in money or quantity per category tree.


With this version you can enter a top category id and all products which fall under that tree
will be part of the discount you give.

Another discount type "p" has been added:
34:10:20:p
which means buy 10 from category 34 or its possible subcategories and we give a discount of 20 per ordered item i.e. 20 off.

You can ofcourse add your own discount types as you like.


Category discount

01/12/2006 by boxtel

Discounts in money or quantity per category.


As experienced osCommerce Experts, we are glad to help you to install this addon. The process is as follow:
  • You placed an order of this addon or other addons, checkout and receive an email notification of order status
  • Or you can contact us directly using email form, asking us to install this addon for you
  • Once you and we have agreed to start, please send us FTP access by email
  • You will be updated of the installation status
  • You may ask for customization jobs of this addon

You Risk Nothing: No Upfront Payment Required

Our NO RISK POLICY is clear. You pay only for the successful completion of the installation. If you are not satisfied or we are unsuccessful, your site will be returned to its previous working state and you pay nothing! NOT A PENNY!
Once you are satisfied with our help, you can pay us through Paypal.

OUR NO RISK GUARANTEE 1. No upfront payment is required 2. You only pay on successful completion 3. Money Back Guarantee within 90 Days ! You don't get guarantee like this any where else . . . You Don't Risk One Peny!
Add to Cart:



Copyright © 2006-2012 www.oscexp.com