How to: Zen Cart – Add Downloadable MP3 File
Zen Cart Forums: How do I add downloads to products? – and make products downloadable?
Zen Cart Forums: How do I add downloads to products? – and make products downloadable?
Graphic designer since before the Internet. Started with newspaper paste-up; then art director for advertising agency in Reno, NV; and now freelancer designing marketing materials, print-on-demand t-shirt art, websites, and social media graphics.
“Reid, you are such a blessing. Thank you for all your selfless, wonderful, top notch work for our charity and all that you do.” Kristian Darling Hope for the Holidays, Juvenile Diabetes Research Foundation Nov 24, 2011 Share this post: Share on Twitter Share on Facebook Share on LinkedIn Share on Email
Problem: Customer can’t log in Error message: “There was a security error when trying to login.” FIX: http://tutorials.zen-cart.com/index.php?article=312 ALL new templates need the following code added to their tpl_login_default.php file line 50: <?php echo zen_draw_hidden_field(‘securityToken’, $_SESSION[‘securityToken’]); ?> line 79: <?php echo zen_draw_hidden_field(‘securityToken’, $_SESSION[‘securityToken’]); ?> (Original master file is here: root > includes > templates >…
Test shipping & tax with a few products first. Shipping, in particular, is one of the pain-points that must be worked out and tested before adding 300 products. Share this post: Share on Twitter Share on Facebook Share on LinkedIn Share on Email
Website client has a need for manually processing credit card orders because he already has a credit card terminal in his office and doesn’t want to incur any extra gateway processing fees. Magento and Zen Cart have successfully passed the “manual credit card processing” test. Magento keeps the full 16-digit credit card number in the…
(Using Zen Cart 1.3.8a) 1. jQuery source: http://net.tutsplus.com/javascript-ajax/create-a-tabbed-interface-using-jquery/ 2. Zen Cart integration: – CSS: Delete “*” and “body” classes from file. Put in template’s css folder (root/includes/templates/CUSTOM TEMPLATE/css). I changed file name from “style.css” to “style_tabbed_content.css”. – Javascripts: Put all 3 javascript files in jscript folder (root/includes/templates/CUSTOM TEMPLATE/jscript). Must also add jscript_ text to the…
Zen Cart version: 1.3.9h Problem: Media Manager *Assign to Products* doesn’t work (ie: it doesn’t actually assign the media to the product, you just keep getting sent to the Admin main page). Solution: Edit your /admin/includes/init_includes/init_sessions.php file On line 40 you’ll see a line that starts like this: if (strpos ( $PHP_SELF, FILENAME_PRODUCTS_PRICE_MANAGER ) ===…