News:

AbanteCart v1.4.3 is released.

Main Menu

Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - eCommerce Core

#571
Customization help / Re: Menu & Cart Question
January 09, 2014, 11:42:08 AM
Quote from: ScoobyDoo on December 08, 2013, 03:37:16 PM
1:- In the menu at the top I dont want drop downs of any sort, how do I achieve this

2:- If I put the cart in the top right and float over it, the pop up appears but only half of it is visable, is there anyway I cna just have a static cart without the popup

1. Do you refer to categories? You can create 1 level categories and there will be no dropdown
Else, need to tweak the code
2. You can edit the template for cart, and not show popup.
#572
Languages and Zones / Re: Malaysia Zones
January 09, 2014, 11:38:15 AM
Thank you. I will remind to update this in the core.
#573
New Features Discussion / Re: Add module sharing
January 09, 2014, 11:36:47 AM
Please share with others how you did this.

Thank you
#575
Support / Re: How to set-up a second menu?
January 09, 2014, 11:30:47 AM
Second menu where (storefront or admin) ? From your post I guess storefront.

Simplest way to do this with creating custom HTML block. You need to put complete HTML code into the block.
and you DO need to add it to the layout.
#576
Support / Re: hide price tag if product price is zero?
January 09, 2014, 11:25:31 AM
Quote from: cookie on January 08, 2014, 06:15:42 AM
Thank you!

Actually after playing around a bit got it working with smth. like:

<?php if ($price == 0) {
echo "olala";
} else {
echo $price;
} ?>

It can be $price variable or $product['price'] array. All depends on the template you look at. You need to read code above in the template you edit.
#577
Support / Re: Weight Based Shipping - please clarify
January 09, 2014, 11:23:15 AM
Did you look at the manual?
http://docs.abantecart.com/pages/ship_and_pay/shippings/weight_based.html

This list works as a range. Any value before given weight will use set price.
#578
gob33. I wonder if this worked for you
#579
There is obviously a problem with something, even log is not written properly. Did you install any new languages?
#580
Hello.
#581
General Support / Re: placing orders in admin?
December 27, 2013, 08:08:46 AM
I suggest we put a poll for this and see what users vote on it.
#582
New Features Discussion / Re: sitemap generation
December 27, 2013, 08:07:25 AM
There is an extension "Google Sitemap" available.
#583
Fresh Installation / Re: Could not start AbanteCart
December 24, 2013, 07:37:42 AM
I think the reason this was not replied to by anyone, was because the issue/question is not stated clearly. It sounds like some third party app installation issue and not AbanteCart.

I might be wrong.
#584
Template Support / Re: there I can find this code
December 24, 2013, 07:30:03 AM
If you intend to edit code, you need to have a slight understanding of PHP/HTML.
But I do not understand why you need to edit code to change text. Why not change it in admin language definition edit?

See help video

If you need to go more advanced with your modifications, you have 2 option below
1. Learn basic PHP/HTML
2. Ask someone who knows PHP/HTML to help you with edits.

Hope this helps
#585
Support / Re: seo url notworking
December 24, 2013, 07:23:17 AM
You can not try both. It has to be one way, depending on how your site is set up. What is your site URL to abantecart?

Forum Rules Code of conduct
AbanteCart.com 2010 -