Show Posts


Messages - abantecart

Pages: 1 ... 172 173 [174] 175 176 ... 203
2597
Extension Support / Re: BANK TRANSFER EXTENSION
« on: February 27, 2013, 02:04:07 AM »
Bank transfer Extension is available in latest version 1.1.4
If you use earlier version, you can copy directory extensions/default_banktransfer from version 1.1.4 to your abantecart extensions directory.

This is all.

You can get it here:
https://github.com/abantecart/abantecart-src/tree/master/public_html/extensions/default_banktransfer

2598
Configuration / Re: Database configuration
« on: February 27, 2013, 02:01:11 AM »
Very strange. I use XAMPP and install often. There is no problem at all.
This must be something to do with permissions on your files

 


2599
Configuration / Re: Database configuration
« on: February 26, 2013, 07:41:26 AM »

2601
Existing features / Re: customer upload
« on: February 25, 2013, 02:48:32 AM »
This will be possible with Order Attributes extension after it will be updated to support file uploads. Possibly in 3-4 weeks
If you need faster, please PM.

2602
General Discussion / Re: Showcase...
« on: February 25, 2013, 02:44:54 AM »
You can post your site to this post http://forum.abantecart.com/index.php/topic,510.0.html

Or if you want people to comment, you can create new post in "Feedback on My store" http://forum.abantecart.com/index.php/board,7.0.html

2603
Extension Support / Re: order summary details (paypal)
« on: February 23, 2013, 04:06:26 PM »
Unfortunately, this is not available in standard paypal.

2604
General Support / Re: Latest Products Not Showing Items I Have Imported
« on: February 23, 2013, 03:43:25 PM »
Check date_added on products that you import. This date needs to be greater that other product to be shown in latest list.

2605
Hi. The links that were created using content manager will not open my pages?
Even the About Us page....
 It just goes to the home page when clicked on.  ???
I am using the SEO urls...any way I can make it work? Thanks so much.

Need more details of your set up.

2606
Templates / Re: Removing Storefront Top Sub Menu
« on: February 22, 2013, 09:20:06 AM »
If you need to add link, you can do this 2 ways.

1. Use variable with the code that you created, but you need to add value to in in the controller.
in the template /storefront/view/default/template/common/header.tp:

Code: [Select]
<li><a href="<?php echo $account?>"><?php echo $text_account?></a></li>

in controller /storefront/controller/common/header.php:
Add:

Code: [Select]
$this->data['text_account'] = $this->language->get('text_account');
$this->data['account'] = $this->html->getURL('account/account');

2. Add relative portion of URL to the template (lazy way :) )
Code: [Select]
<li><a href="/index.php?rt=account/account">My Account</a></li>

FYI. For blue menu above, you can add link using admin -> menu without any code changes.

2607
General Discussion / Re: Installation on exisitng site
« on: February 22, 2013, 05:42:12 AM »
Do you have another cart now that you want to replace or you adding new cart to your site?

2608
Templates / Re: Removing Top Menu
« on: February 19, 2013, 04:27:16 AM »
This is in the template file: storefront/view/default/template/common/header.tpl

Look at these lines:

Code: [Select]
          <li><a href="<?php echo $special?>" class="special"><?php echo $text_special?></a></li>
          <li class="nav_sep">&nbsp;</li>
          <li><a onclick="bookmark(document.location, '<?php echo addslashes($title); ?>');" class="bookmark"><?php echo $text_bookmark?></a></li>
          <li class="nav_sep">&nbsp;</li>
          <li><a href="<?php echo $contact?>" class="contact"><?php echo $text_contact?></a></li>
          <li class="nav_sep">&nbsp;</li>
          <li><a href="<?php echo $sitemap?>" class="sitemap"><?php echo $text_sitemap?></a></li>

2609
Templates / Re: Deleting Resource Library
« on: February 19, 2013, 04:24:26 AM »
There is a facility to select multiple resource library items and delete.
In addition, you can reinstall AbatneCart with NO demo data.

2610
Feedback on My Store / Re: Just Wanted To Say Thanks!
« on: February 18, 2013, 10:12:57 AM »
Thank you for your comments and positive feed back. Feel free to pass your positive experience outside and spread good words.  ;)

Pages: 1 ... 172 173 [174] 175 176 ... 203

Powered by SMFPacks Social Login Mod