Show Posts


Messages - Basara

Pages: 1 ... 349 350 [351] 352 353 ... 387
5251
General Support / Re: want add live chat on the bottom of home page ,
« on: June 26, 2014, 06:50:05 AM »
How to create HTML block in AbanteCart

5252
Customization help / Re: add to cart button
« on: June 26, 2014, 06:48:55 AM »
Hi.

Try to search for text 'Add to cart' in admin ( top right corner ) See video how it works

5253
so.. solution is in attachment. Just replace file extensions/price_based_shipping/storefront/model/extension/price_based_shipping.php.
i added condition for products without weight. If it zero - will not effect on shipping price.
 please check and let me know

Hi. what about Requires Shipping: OFF setting for digital products? Maybe easy and more correct to fix Price Based Shipping work with this setting?

5254
General Discussion / Re: banner management in multistore
« on: June 26, 2014, 04:58:28 AM »
Hello.

Banner manager manage banner creation and edit process only.
You need to assign banner to the block -> block to the some Layout (template). Then assign different templates to each store. In this case you can manage each template layout (and store layout) separately in Admin-Design-Layout.

 If you want to use same template try to clone it

5256
General Discussion / Re: Floating store front central onscreen
« on: June 25, 2014, 08:57:58 AM »
No its in template2. Basically if I set it 100% the slideshow wont reach on larger screens so I wanted to set the width then have the storefront float central on the screen

Hello. For template2 find extensions\template2\storefront\view\template2\stylesheet\stylesheet.css file about line 50
change
Code: [Select]
#wrapper {
text-align:center;
}

to 
Code: [Select]
#wrapper {
text-align:center;
margin: 0 auto;
}

5257
Still have a notice at checkout and view cart that they should not purchase tangible and digital goods at the same time - not very professional.

Hello, Ron.
Can You please explain why you can not purchase 'tangible and digital goods' together? Price Based Shipping - calculate cost based on cart sub-total and no difference what kind of product if product have price  ??? this is how it work on my side.

5258
Extensions and Add-Ons / Re: xml
« on: June 25, 2014, 05:35:00 AM »
Hello.

Can you please clarify what you are tried to do? It is not clear from your post.

In case you need export import  try other formats (CSV, TXT)

Also do not post file content. Please attach file to the topic.  :)

5259
New Features Discussion / Re: Product count for categories
« on: June 25, 2014, 04:56:51 AM »
Hi.

You need to assign all products from subcategories to main category too. In case you assign only to subcategories the count show 0 for main category

5260
Customization help / Re: How to validate comment section in shipping?
« on: June 25, 2014, 04:40:19 AM »
The customer must fill in the comment section before they proceed to payment section. Any tips where should I go? Thanks.

Hello.
This is because you have only one shipping method and AbanteCart skip shipping method selection page. In case you have several shipping methods available customers fill comment before payment section


5261
Customization help / Re: email order confirmation edit comment text
« on: June 25, 2014, 04:32:20 AM »
Hello.

Looks like this issue already fixed please see post

5262
Customization help / Re: Looking for someone who can help my website
« on: June 25, 2014, 04:24:17 AM »
Hello.
If you are looking for commercial grade individual support, please contact help@abantecart.com

5263
Customization help / Re: Options decsription?
« on: June 25, 2014, 04:20:01 AM »
Hello.

For Option Type: selectbox you can try placeholder field see screenshot

5264
Support / Re: Make Sort By: Use Default As The Main Sort By View
« on: June 25, 2014, 01:17:30 AM »
Hello.

To remove some of Sort By you need to modify AbanteCart core files
for categories this is
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/controller/pages/product/category.php
see line 234-286 comment php code for each not needed sorting.

Please note after Cart upgrade changes in core files will be lost

5265
Support / Re: Search Question/Issue
« on: June 24, 2014, 01:59:24 AM »
Can you please explain how to make this happen?

Hello.

By default search look on for 'Product names' and 'complete tags'. Try to search with 'Search in product descriptions' enabled see link http://inkandtonertoday.com/index.php?rt=product/search&limit=&keyword=p2055&category_id=0&description=1&sort=undefined
by default it is OFF

Another solution is add more tags to products

Pages: 1 ... 349 350 [351] 352 353 ... 387

Powered by SMFPacks Social Login Mod