Jump to content


Corporate Sponsors


Latest News: (loading..)

NaturesPond

Member Since 12 Jan 2006
Offline Last Active Apr 18 2012, 06:47
-----

Posts I've Made

In Topic: different image size for different products?

17 April 2012, 06:33

What an easy fix! Just wanted to pop in and say thanks for the tip David!

In Topic: Removing "Table Rate (Best Way)"

16 April 2012, 05:32

I changed this by going into includes/languages/english/modules/shipping/table.php then I changed the the following to what I wanted:

define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Table Rate); I changed this to Shipping
define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Table Rate'); I changed this to Shipping
define('MODULE_SHIPPING_TABLE_TEXT_WAY', 'Best Way'); I left this alone, but to remove it you could delete Best Way and leave the quotes with a space.
define('MODULE_SHIPPING_TABLE_TEXT_WEIGHT', 'Weight');
define('MODULE_SHIPPING_TABLE_TEXT_AMOUNT', 'Amount');

In Topic: Can I have different sizes for category and product images?

14 April 2012, 00:21

Hi Michelle,

When you log into admin go to configuration and then click on images. Subcategory image width and height are the category images; you can adjust them here.

In Topic: Unable to access admin after installing v2.3.1 shop

09 January 2012, 01:28

Hi Judith,

I am having the same issue as you were, however, I am trying to fix it how you stated but I am having no luck. Perhaps I am missing something.

You changed the information in the admin/includes/configure.php and the includes/configure.php files correct?

Also, you state that you added /catalog/ to the WS admin strings...why? I don't see any catalog file in my directory. Do you have one in yours?

Thank you for your help

In Topic: login.php and admin/login.php cannot be found on this server error

08 January 2012, 22:32

Thanks for replying Chris. I made sure all the login.php files were set to 755 but still no luck.