Show Posts


Messages - abantecart

Pages: 1 ... 175 176 [177] 178 179 ... 203
2641
Support / Re: Tax not calculating correctly after 1.1.3 update
« on: January 28, 2013, 06:43:42 AM »
We are checking...

In 1.1.3 there are additional settings to control tax calculation. I wonder if there is something wrong in the tax and location. Do you have correct tax class sett for your products (the once that are not calculated right)?


2642
Template Support / Re: Default Template Auto Size Product Images
« on: January 28, 2013, 06:39:34 AM »
Image widths are set based on settings in admin -> system -> settings -> appearance.

If you want to remove this in the code you can edit following file for specials that are shown on the main page:
storefront/controller/pages/product/special.php

Edit following lines:
Code: [Select]
               $thumbnail = $resource->getMainThumb('products',
                                     $result['product_id'],
                                     $this->config->get('config_image_product_width'),
                                     $this->config->get('config_image_product_height'),true);


2643
General Support / Re: Fatal Error
« on: January 25, 2013, 04:15:54 AM »

2644
Support / Re: 2 critial error after installing Template2
« on: January 24, 2013, 08:01:38 AM »
What version of AbanteCart do you use?

2645
Feedback / Re: My opinions
« on: January 23, 2013, 07:52:33 AM »
This is not for 5.3 but for 5.2. Possibly you just did not have this library enabled or installed.

See manual
http://ua.php.net/manual/en/class.datetime.php

2646
Feedback / Re: My opinions
« on: January 23, 2013, 03:25:07 AM »
Thank you for your feedback. We will consider your comments in futures upodates

What makes you think we require PHP 5.3?
AbanteCart is still on PHP 5.2 min requirement

2647
New Features Discussion / MOVED: My opinions
« on: January 23, 2013, 03:04:00 AM »

2648
Tips and Tricks / Re: Changing background color, template 2.
« on: January 21, 2013, 04:14:26 PM »
Additional templates are working as extensions and all files related to template are located in extension or extensions/template2 in case of template 2

You can locate CSS file in: extensions/template2/storefront/view/template2/stylesheet/stylesheet.css

To edit background locate and edit:
Code: [Select]
body {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font: 12px Tahoma,Arial,Helvetica;
    margin: 0;
    padding: 0;
}

2649
Support / Re: Shipping Rates by Total Price
« on: January 21, 2013, 03:57:27 PM »
Yes, we can help you with these approach and create price based shipping extension.

You can PM me to discuss details

2650
Support / Re: Flat shipping rate
« on: January 21, 2013, 03:39:24 PM »
You can try to use weight based shipping. It allows rates set up per location. Just keep same rate for any weight, if weight does not matter.

We consider to create Canada post, but I am not certain of the date yet.

 

2651
Template Support / Re: Keywords help please
« on: January 21, 2013, 06:03:27 AM »
Google finding your site  has little to do with the code, unless you specifically specify search engines not to follow your site.

http://tools.seobook.com/robots-txt/

AbanteCart has all SEO tools to help google to crawl and locate information about your site.

The question is, WHO will tell google that your site exists and make it think your site is popular and needs to be ranked.

I suggest you read up on search engine submission 
http://productforums.google.com/forum/#!topic/sites/MMo2ulr0Rvc

Also, keywords are not important in google any longer
http://googlewebmastercentral.blogspot.com/2009/09/google-does-not-use-keywords-meta-tag.html

Finally, this fix is already in 1.1.3

2652
News and Announcements / Need help with setting up unit testing
« on: January 20, 2013, 11:42:08 AM »
Anyone who has experience with setting up unit testing or selenium, please help.

AbanteCart project at the stage where we need to control the quality of future development and setup automated unit testing and visual testings.

We picked PHPinit for code unit testing and selenium for automated visual testing

Anyone with experience and willing to help, please PM me for further discussion

2653
General Discussion / Re: how to duplicate page?
« on: January 19, 2013, 04:39:11 AM »
It seems as you really run out of memory. You can modify the maximum memory amount for PHP by modifying memory_limit in php.ini.
Try to increase memory_limit to 128mb.

http://php.net/manual/en/ini.core.php#ini.memory-limit

2654
General Discussion / Re: how to duplicate page?
« on: January 17, 2013, 01:50:10 AM »
Try system -> data -> Import / Export.

Export what you need from one store and Export it to the other.

2655
General Support / Re: upload audio and video
« on: January 15, 2013, 04:27:36 PM »
File upload size is controlled in 2 places.

1. In AbanteCart configuration System ->Settings -> Resource Library Upload Max File

2. Setting of maximum upload file size set in PHP
See this link:
http://www.cyberciti.biz/faq/linux-unix-apache-increase-php-upload-limit/

Pages: 1 ... 175 176 [177] 178 179 ... 203

Powered by SMFPacks Social Login Mod