Show Posts


Messages - eCommerce Core

Pages: 1 ... 37 38 [39] 40 41
571
Customization help / Re: Menu & Cart Question
« on: January 09, 2014, 11:42:08 AM »
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
« on: 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
« on: January 09, 2014, 11:36:47 AM »
Please share with others how you did this.

Thank you

574
Support / Re: Order Total for google ad conversion script
« on: January 09, 2014, 11:35:26 AM »

575
Support / Re: How to set-up a second menu?
« on: 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?
« on: January 09, 2014, 11:25:31 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
« on: 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
Extensions and Add-Ons / Re: Creating tabs on an extension page
« on: December 27, 2013, 08:13:01 AM »
gob33. I wonder if this worked for you

579
General Support / Re: Unable to Register Account from client side.
« on: December 27, 2013, 08:11:47 AM »
There is obviously a problem with something, even log is not written properly. Did you install any new languages?

580
General Discussion / Re: Hello to all members on this community
« on: December 27, 2013, 08:10:34 AM »
Hello.

581
General Support / Re: placing orders in admin?
« on: 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
« on: December 27, 2013, 08:07:25 AM »
There is an extension "Google Sitemap" available.

583
Fresh Installation / Re: Could not start AbanteCart
« on: 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
« on: 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
« on: 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?

Pages: 1 ... 37 38 [39] 40 41

Powered by SMFPacks Social Login Mod