Show Posts


Messages - erictwendell

Pages: [1]
1
Development Help Needed / Re: Search Products by Manufacturer
« on: March 14, 2014, 03:54:35 AM »
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
« on: March 14, 2014, 03:53:47 AM »
is it possible to design them in our own shapes??

3
SEO / Re: Avoiding Keyword Spamming
« on: 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
« on: 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
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?
« on: March 14, 2014, 03:45:27 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.

Pages: [1]

Powered by SMFPacks Social Login Mod