Tag Archives: wpsc

  • Dec.
  • 17.
  • 2011

Importing Google Web Fonts, LightSpeed Web Store & SSL

As I am sure you know, SSL is very sensitive. Every link href, script src and img src in the document must be HTTPS for the page to be delivered completely secure. If not, the encryption is partial and you may receive warnings about it. Worse, your customers will see warnings about it and might leave your site before buying …
keep reading

992 views Posted in Lightspeed Webstore, Technical Blog | Tagged , , , , , , | Comments Off
  • May.
  • 16.
  • 2011

How to tip: set a minimum amount before checkout in wp e commerce, part 1

With one of my current projects I was asked if I could set a minimum amount for customers to add to the cart before they could get to the checkout. FYI, I began the project when the wp e commerce plugin version was still 3.7.8, this is the version that the following template files reference: cart_widget.php shopping_cart_page.php wpsc-includes/display.functions.php File affected:cart_widget.php …
keep reading

2,355 views Posted in Technical Blog, WP Ecommerce | Tagged , , | 3 Comments
  • May.
  • 16.
  • 2011

How to tip: set a minimum amount before checkout in wp e commerce, part 2

… This will make more sense if you’ve read part 1 about setting a minimum before checkout. A solution for if a customer had added enough to the cart to get to the checkout but then removed items and reduced their total below the minimum. I didn’t want to just get rid of the remove,update and quantity functions that the …
keep reading

1,477 views Posted in Technical Blog, WP Ecommerce | Tagged , , | 4 Comments
  • Jan.
  • 21.
  • 2011

WP-E-Commerce Tip: Change the path to the add to cart image

You’re using the theme named iShop. You’ve moved your themes to the /wp-content/uploads/wpsc directory. Now you want to get the add to cart image from /wp-content/uploads/wpsc/iShop instead of /wp-content/plugins/wp-e-commerce/themes/iShop Once this is done, upgrading the plugin won’t get rid of your add to cart image. products_page.php /wp-content/uploads/wpsc/themes/iShop/products_page.php Please backup your files before editing! Find lines 231 to 233 Change to: …
keep reading

3,061 views Posted in Technical Blog, WP Ecommerce | Tagged , | Comments Off