News:

AbanteCart v1.4.3 is released.

Main Menu
support

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 - erictwendell

#1
Quote from: vstone on August 22, 2013, 12:00:12 PM
Please add option to search for products by the manufacturer in the admin panel. Have not found a way to display all of the products entered according to the vendor.

I have have used this code. Check whether it works for you.
$page_menu_bar =
'<div id="menu1"><ul id="rmenu2" class="clearfix rMenu-hor rMenu">' . "\n";
if ($bfa_ata['home_page_menu_bar'] != '') {
$page_menu_bar .= '<li class="page_item';
if (function_exists('is_front_page')) {
if (is_front_page() OR is_home()) {
$page_menu_bar .= ' current_page_item';
}
} elseif (is_home()) {
$page_menu_bar .= ' current_page_item';
}
$page_menu_bar .= '"><a href="' . get_option('home') . '/" title="' . get_option('blogname') . '">' .
$bfa_ata['home_page_menu_bar'] . '</a></li>' . "\n";
}
if ($bfa_ata['levels_page_menu_bar'] == "") {
$bfa_ata['levels_page_menu_bar'] = 0;
}
$page_menu_bar .= bfa_hor_pages($bfa_ata['sorting_page_menu_bar'], $bfa_ata['levels_page_menu_bar'],
$bfa_ata['titles_page_menu_bar'], $bfa_ata['exclude_page_menu_bar']);
$page_menu_bar .= '</ul></div>' . "\n"; ' <div><ul class="searchform">' .
include (TEMPLATEPATH . '/searchform.php');'</ul></div>' . "\n";

For more information you can also check WWW.ARIESTCO.COM
#2
Templates / Re: Social Media Icons in html5
March 14, 2014, 03:53:47 AM
is it possible to design them in our own shapes??
#3
SEO / Re: Avoiding Keyword Spamming
March 14, 2014, 03:51:22 AM
How to do onpage seo. I learned that you have to use your keywords in meta description or something. Is it worth of having them there?
#4
SEO / Re: Meta Tag SEO Tips and Tricks
March 14, 2014, 03:48:35 AM
That was a great post thanks. How about the keyword research. Can we make our website searched by few targeted keywords?. And where to add those keywords in the coding part?
#5
Quote from: dchizu on March 06, 2014, 02:55:10 AM
My shipping cost is based on distance of the shipping adress even within the same country. How do i set different shipping costs for the different states in my country? i would also like to know the dimensions for the homescreen banner ;), thanks also in the payment extension, i chose bank transfer and each time i test it and attempt to checkout, it says payment method required, how do i correct that?
Even I am having similar problem :(
#6
Support / Re: Can I have in the Homepage texts?
March 14, 2014, 03:45:27 AM
Quote from: kellystyle on March 13, 2014, 05:20:09 AM
I want on my layout to add a dialogue box like zopim but I cannot find html to add it ... can you pls help?
Well yes create a HTML block for the same. You can do this easily.

Forum Rules Code of conduct
AbanteCart.com 2010 -