Product name being cut off

The database limits product names to 128 characters.. this value should be more than enough for most people.. if not, rethink your product names or do the following

  1. open up your database in phpmyadmin
  2. left side, click the products_description link
  3. The top tabs, click structure
  4. edit the products_name by clicking the pencil on the
...

Continue reading this entry »

Add SSL to an existing CRE Loaded install

So you installed your CRE Loaded store script before setting up the SSL.. and now you want to configure the store to use the SSL.. Its really a simple process 1. You need to open up two files admin/includes/configure.php and includes/configure.php In both files find define('HTTPS_SERVER', '://'); You are going to want to change the define to ...

Continue reading this entry »

Paypal Website Payments Pro (WPP) Payment Module

So you are using the Paypal Website Payments Pro (WPP) Payment Module found here http://creloaded.org/extensions/Payment-Modules/Paypal-Website-Payments-Pro-(WPP)-Payment-Module/details.html but you hate the way it plasters paypal stuff all over.. here is a fix To remove the paypal image includes/modules/payment/paypal_wpp.php line 116 lists the title and the paypal image change it to the title is defined in includes/languages/english/modules/payment/paypal_wpp.php line 14

Speed up your CRE Loaded store

We see it all the time.. slow loading CRE Loaded stores.. here are a few pieces of code that should speed up your site BIG TIME! In your root .htaccess file add this at the bottom (if you get a 500 internal server error, remove it as your host does ...

Continue reading this entry »

Zones

Zones are simple once one understands the process of setting them up correctly We will start with setting up a sales tax for our pretend location in Texas admin - locations/Taxes tax zones (used for more than just taxes) if you have something listed here ie TX then we can just edit it.. or set up ...

Continue reading this entry »