Show Posts


Messages - abantecart

Pages: 1 ... 176 177 [178] 179 180 ... 203
2656
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.

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

2658
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

2659
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 :)

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

2661
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

2662
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)



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

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

2665
Built-in Features / Re: Multiple Checkout...
« on: January 07, 2013, 01:16:54 PM »
It would be a good feature I think to allow payment split in multiple processors. Something to consider. 

2666
Configuration / Re: Changing search bar menu?
« on: January 07, 2013, 05:27:13 AM »
Add below example code to: /storefront/view/default/stylesheet/stylesheet.css

Code: [Select]
#info_links .home {
background: url('../image/home.png') 0 50% no-repeat;
}

You need to add icon to image directory   :P

2667
Configuration / Re: How do I export to a csv instead of a .targz?
« on: January 04, 2013, 06:26:20 AM »
This is a standard format of archiving and zipping. You can open this archive with windows or any other operating system

http://superuser.com/questions/215629/how-to-open-a-tar-gz-file-in-windows


2668
Support / Re: Admin Page
« on: January 04, 2013, 06:22:47 AM »
You can always find this in your configuration file on your server.

/system/config.php

Look for define('ADMIN_PATH', 'xxxxxxx');

2669
Templates / Re: Custom Template
« on: January 03, 2013, 10:57:21 AM »
Can you please post the screenshot with what you try to do?

2670
Support / Re: Admin Page
« on: January 02, 2013, 08:59:22 PM »
Good idea. :)

Keep your admin URL safe.

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

Powered by SMFPacks Social Login Mod