Show Posts


Messages - abantecart

Pages: 1 ... 175 176 [177] 178 179 ... 202
2641
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.

 

2642
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

2643
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

2644
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

2645
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.

2646
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/

2647
Support / Re: Weight based shipping not work using new product
« on: January 15, 2013, 09:06:12 AM »
Check your settings for your shipping locations and location of the user.

2648
Template Support / Re: Keywords help please
« on: January 14, 2013, 04:21:59 PM »
Add the following code to /storefront/controller/pages/index/home.php file:

Code: [Select]
$this->document->setKeywords( 'key words' );

I will add extra config for this in comming up version 1.1.3.

2649
General Discussion / Re: Add image to website background
« on: January 13, 2013, 02:08:10 PM »
To edit template, you need to edit following files:

storefront/view/default/stylesheet/stylesheet.css
storefront/view/default/template/common/header.tpl

2650
Template Support / Re: It's time you guys release new Template
« on: January 13, 2013, 05:56:04 AM »
Thank you for your comment. I am setting some time aside to work on basic responsive template for AbanteCart based on bootstrap. I hope it will be done soon. If anyone wants to give this project a shot, let me know, I can send PSD files :)

2651
Support / Re: shipping
« on: January 12, 2013, 06:06:11 AM »
Wait for couple of days. I am working on update to new version that will allow what you need.

2652
Opinions / Split Payment for checkout and account deposit/credit
« on: January 10, 2013, 02:20:58 AM »
Some eCommerce sites offer feature to pay for the order with multiple payments. Considering that some orders might be large amount or if gift cards or some other fixed funds payments are used.
In addition, account credit can be offered to deposit funds into account and use of them towards new orders.

Please vote if you think this feature is important or not

2653
Support / Re: shipping
« on: January 10, 2013, 02:08:35 AM »
This is possibly with modification of the code in shipping and payment controllers.

Shipping and Payment elections are set in corresponding controllers using session. You can set your default values at each of these controllers and redirect straight to checkout step.

Check following files
storefront/controller/pages/checkout/shipping.php (required first before payment)
storefront/controller/pages/checkout/payment.php
storefront/controller/pages/checkout/confirm.php  (both above steps needs to be set before confirm page will show)



2654
Support / Re: How to Straight to checkout?
« on: January 08, 2013, 09:30:36 AM »
What payment/shipping will your cart be defaulted to? It is possible with code modification only.

2655
General Discussion / Re: Minimum total price order by Category
« on: January 08, 2013, 09:27:24 AM »
You can set up "Low Order Fee" in extensions order total. This way you can charge extra fee if order amount is low. This might help

We will consider setting up min/max limits for orders.

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

Powered by SMFPacks Social Login Mod