Tag Archives: Shopping cart

WP e-Commerce – Can’t Insert Image into Product Content [FIX]

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: block;
}

WARNING: I have no idea what type of consequence this edit will have on your WordPress installation or if it will conflict with your theme.

Custom WordPress Case Study: Child Theme Edits – Plato’s Survey

Custom WordPress - Plato's SurveyVisit 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 child theme for Thematic. Integrated shopping cart, slide show, image gallery, advertising and surveys:

  • Integrated WP e-Commerce shopping cart
  • Customized shopping cart to include Image Gallery, as well as item & quantity variations
  • Customized Home page PHP code to accommodate SlideDeck slide show
  • Added logo to background
  • Integrated customer surveys
  • Integrated Google AdSense ads
  • Custom templates for sidebar and non-sidebar page layout
  • Custom WordPress pages
  • Set up contact form

WordPress plugins used:

  • Advertising Manager
  • cforms (contact form)
  • Display widgets
  • Insere Iframe
  • NextGEN Gallery
  • NextGEN Galleryview
  • Per Page Sidebars
  • SlideDeck
  • WP-DBManager
  • WP e-Commerce
  • WP Security Scan

Software used:

  • WordPress for framework
  • Illustrator for custom graphics
  • Dreamweaver for editing PHP
  • Dashcode for custom CSS

@getshopped WP e-Commerce *live* shopping cart testing going great! Manual & CC purchases working beautifully

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 out.

Here’s what I did to get things working with the WP e-Commerce/GetShopped plugin. Note: this info may be outdated by the time you read this.

*Live* shopping cart testing is working great so far for both Credit Card and manual purchases:) I haven’t tested any digital downloads yet.