Show Posts


Messages - eCommerce Core

Pages: 1 ... 37 38 [39] 40 41
571
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.

572
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

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

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

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

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

577
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

578
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?

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

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

581
New Features Discussion / Re: sitemap generation
« on: December 27, 2013, 08:07:25 AM »
There is an extension "Google Sitemap" available.

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

583
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

584
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?

585
Try core/lib/content_manager.php starting from your web directory or abantecart directory

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

Powered by SMFPacks Social Login Mod