kieranbarnes Independent PHP, WordPress & CubeCart Programmer

SSL/HTTPS for Shopp pages or checkout process only

Posted on June 25, 2011

Shopp currently doesn't redirect you to any SSL/HTTPS pages during any part of the checkout process. Technically, if you are using a 3rd party payment provider, it doesn't need to, but I'd like customers name/address data to be encrypted and secure.

So we need to force SSL on specific pages.

Remove Shopp Javascript from non-Shopp pages

Posted on June 24, 2011

Following on from a post on the Shopp forum regarding this, a few people are having issues with the Shopp scripts conflicting with some other plugins.

The best way to solve this is to only enable Shopp Javascript on the Shopp pages.

Also good practice to keep page load times down to a minimum.

CubeCart 5.0 Relased Today!

Posted on June 23, 2011

The long awaited CubeCart 5 has been released today. I was getting worried as it was long over due but based on the RC releases, its been worth the wait!

I've been working with the betas and RCs and even have my first CC5 site in development. I'm looking forward to working with it.

Pricing is good too, its still a competitive £150 or a surprisingly cheap £40 upgrade from version 4.
Read the full story.

Tagged as: 2 Comments

WordPress NYC – Shopp Q&A w/ Jonathan Davis

Posted on June 23, 2011

Here's the second part of the lead Shopp developer, Jonathan Davis' presentation at WordPress NYC. Quite an interesting Q&A session on Shopp features.

Shopp 1.1.9 is out!

Posted on June 21, 2011

Shopp 1.1.9 is out! Although mainly a maintenance release it fixes the issues with the incorrect handling of free shipping methods and now includes WPML support! Bonus!

Tagged as: No Comments

Unique home page mod CubeCart 4

Posted on June 19, 2011

Here's a quick modification to allow you to have a unique home page. A page that is different to all the other pages generated by the standard index.tpl file.

It could allow for a unique homepage to show an image slider, or a blog or anything!

Filed under: CubeCart Continue reading

Shopp Product Importer Download

Posted on June 3, 2011

Here are the latest versions of the Shopp Product Importer.

I did not write these, I'm simply hosting them because the original site is down.

 

New Site: Majestik Art

Posted on May 21, 2011

Majestik Art approached me wanting a central hub for their numerous profiles on different social networking sites across the web.

 

I provided a content management e-commerce system in CubeCart 5 so products can be sold and payments taken online, included a rotating image carousel displaying different pieces of work and also plenty of information about Majestik Art, Animal Art, Pet Portraits and Artwork by Vicky Mycock.

 

Debugging WordPress

Posted on May 20, 2011

Debugging WordPress is actually quite simple. Stop yourself going grey and or bald.

In your wp-config.php, replace

  1. define('WP_DEBUG', false);

With

  1. define('WP_DEBUG', true);
  2. define('WP_DEBUG_LOG', true);

This will turn on debugging and debug events will be wrote to wp-content/wp-debug.log. Bonzer!

Optionally, you can add, to turn off on screen error reporting if your php.ini isn't already doing so.

  1. define('WP_DEBUG_DISPLAY', false);
  2. @ini_set('display_errors', 0);

 

Tagged as: , 1 Comment

WordPress function remove_menu_page

Posted on May 20, 2011

WordPress is now being used more and more for a full site CMS and the "Links" or "Blog Roll" is pretty much redundant now. People seem to be going to great lengths to remove this from the WP admin page. I've seen people use Role Manager plugins, wierdo so called "CMS" plugins and plugins specific to removing the "Links" link.

Page 7 of 34« First...56789...2030...Last »