Zen Cart – Create a Virtual Product – Video Tut by Duncan Russell
Zen Cart – Create a Virtual Product. Video tutorial by Duncan Russell, from Cross Business Tools.
Zen Cart – Create a Virtual Product. Video tutorial by Duncan Russell, from Cross Business Tools.
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.
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 >…
Add WP Audio Player, Standalone to Zen Cart, v 1.3.9h Example site: http://www.100YearsOfMusic.net/ So far this works on FireFox, Chrome, Safari & Opera for Mac (tested Feb 16, 2011). GOTTA CHECK PC browsers! 1. Add audio-player.js file to site. It gets added to the head section of the site by adding it to the jscript…
Zen Cart ecommerce integration and design “skinning” by Designparc. Website design by Joshua Estes. Project management, including merchant account and product fulfillment integration by Designparc. Zen Cart product orders/shipping export modification by Joshua Estes.
Problem: Cannot download a virtual product (MP3) after it’s been purchased. In this case, it was purchased with a coupon code. Solution: Changed /pub folder’s file permissions from 777 to 755. Warning: I have no idea if this is a good idea. I prefer the folder to be set to 777. But it just wasn’t working…
Zen Cart: Change Chapter and TOC navigation from vertical to horizontal. Great CSS instructions at: http://www.zen-cart.com/forum/showpost.php?p=292547&postcount=4 Full thread: http://www.zen-cart.com/forum/showthread.php?p=866120#post866120
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 ) ===…