Topic: WordPress Cart66 Lite shopping cart plugin
WordPress version: 3.2.1
Cart66 Lite version: 1.1.6
Problem: Unnecessary “PayPal Express Checkout Is Not Configured” error message is being displayed on the Checkout page. But it doesn’t need to be displayed because I’m only using PayPal Standard Checkout.
Solution: WordPress Admin > Pages > Checkout > [...]
Continue Reading →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.
Continue Reading →This entry is part 8 of 8 in the series WordPress Child Theme Case Study – 2020 Euro Lens Bath
Overview: Move Product Title from above the Product image, to above the Product details section.
Note 1: WP e-Commerce version: 3.8; WordPress version: 3.1.1
Continue Reading →
WordPress version: 3.1
WordPress theme: Twenty Ten 1.2
WP e-Commerce version: 3.8
Problem:
The “Insert into Post” button is missing when trying to insert a product image into a WP e-Commerce Product Page
Solution:
File: root/wp-content/plugins/wp-e-commerce/wpsc-admin/includes/display-items-functions.php
Line 1102:
Change
td.savesend input.button {
display: none;
}
To
td.savesend input.button {
display: [...]
Visit Plato’s Survey.
Overview: Custom WordPress site with shopping cart to sell marketing materials and Web-based surveys. Visitors will fill out survey forms, while franchise owners can order business cards, loyalty cards and customer survey campaigns.
Process: Utilized & customized the WordPress Thematic Feature Site [...]
Continue Reading →Had to make a minor adjustment to the paypal_multiple.php file in the merchants folder. When making a PayPal or Credit Card purchase I was receiving an “Order Pending” message on the Transaction Results page, as well as in the customer’s email notification. This problem seems to be solved. More info to follow if all checks [...]
Continue Reading →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
Continue Reading →Editing Zen Cart “Order Email Confirmation” text
This is the file that a customer receives as confirmation for their purchase:
1. (Template override) file located at:
root/includes/languages/english/musicforhope/checkout_process.php
2. Original file copied from:
root/includes/languages/english/checkout_process.php
—
Editing Zen Cart “Email Disclaimer” text at bottom of “Order Email Confirmation” email
This is the lower half of [...]
Continue Reading →

