The Cart Blog

Saturday, November 19, 2011

Turning off Admin Activity emails in Zen Cart 1.5.0

Filed under: That Software Guy,Zen Cart — thatsoftwareguy @ 9:06 am

Zen Cart 1.5.0, as part of PCI Compliance, emails the shopowner every time something changes in the admin.  While this is a good safety feature, it’s not desirable on test carts.  Here’s how to turn it off:

Edit includes/functions/functions_email, and at the start of the function zen_mail() add the line

if ($module == ‘admin_settings_changed’) return;

This will bypass the sending of notifications on admin changes.

Sunday, November 13, 2011

Zen Cart Contributions Updated for 1.5.0

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

The following contributions of mine to the Zen Cart project have brand new updates for Zen Cart 1.5.0.

My other contributions work as is in Zen Cart 1.5.0 rc2.

Saturday, November 12, 2011

Zen Cart Extensions updated for 1.5.0

Filed under: That Software Guy,Zen Cart — thatsoftwareguy @ 2:30 pm

The following commercial mods of mine have Zen Cart 1.5.0 updates:

The rest of my Zen Cart extensions (unless otherwise noted) will work on Zen Cart 1.5.0 without change.

For Zen Cart 1.x modules, my upgrade fee is only $10.  If you have purchased the module from me before, pay only $10 for the latest version!

Wednesday, November 2, 2011

Buy Now button for Zen Cart Checkout Candy

Filed under: Discounting,That Software Guy,Zen Cart — thatsoftwareguy @ 6:36 am

Did you know you can add a Buy Now button to the Checkout Candy upsell prompts for Zen Cart Better Together? It’s an extra feature of Checkout Candy called Checkout Candy plus Buy Now.

Powered by WordPress