The Cart Blog

Wednesday, October 26, 2011

Creating complex discounts in Zen Cart

Filed under: That Software Guy,Zen Cart — thatsoftwareguy @ 7:17 pm

As ridiculously overengineered powerful as my software may seem, some shopowners can’t help but take it up a notch by using complex PHP within the setup() functions I provide.  Here are some examples of complex Zen Cart discount configurations you can do by adding more logic to the setup() functions of Zen Cart Better Together, Combination Discounts and Table Discounts.

Sunday, October 9, 2011

Renaming Zen Cart files for backup

Filed under: That Software Guy,Zen Cart — thatsoftwareguy @ 8:11 am

This is a common problem I see in failed mod installs: incorrectly renaming files you wish to keep as backups.   Zen Cart automatically loads all files ending with the extension “.php” in certain directories (such as includes/functions/extra_functions and includes/modules/order_totals), so you must name your backup files in a way such that they do not end with the extension “.php”.

For example: suppose you want to save a backup copy of the file ot_coupon.php

Good names:

ot_coupon.php.5Oct10
ot_coupon.php.orig
ot_coupon.php.old

Bad Names

5Oct10.ot_coupon.php
orig-ot_coupon.php
old.ot_coupon.php

 

Tuesday, October 4, 2011

The Streak

Filed under: osCommerce,That Software Guy,Zen Cart — thatsoftwareguy @ 6:23 am

I have released new Zen Cart or osCommerce software every single month for the last 5 years. Month 61; not slowing down.  Thank you for using my work!

Monday, October 3, 2011

Find Duplicate Models for Zen Cart

Filed under: That Software Guy,Zen Cart — thatsoftwareguy @ 6:56 pm

Zen Cart Find Duplicate Models allows you to quickly identify which items in your catalog are using the same model number – an important feature if you are using a plugin like QBI, which requires unique model numbers for every item in your catalog.

Sunday, October 2, 2011

osCommerce Table Discounts

Filed under: osCommerce,That Software Guy — thatsoftwareguy @ 9:50 am

Table Discounts for osCommerce is ready! All you osCommerce users who want to do Quantity Discounting on a per Category, Product or Manufacturer basis, with different schedules for each, take a look! Oh, and yes, of course Discount Preview for osCommerce works with Table Discounts, for osCommerce 2.2 and 2.3.1.  (If you’re a Zen Cart user,  please look at the original Table Discounts for Zen Cart.)

Powered by WordPress