News:

AbanteCart v1.4.2.1 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 - mike3314

#1
Hi,
I realise that this has been covered before but I can't get rid of the dropdown from the home button, I've removed the following code from the;
/public_html/storefront/view/default/template/blocks/ category_top.tpl
<ul id="main_menu" class="nav">
                   <?php
                   $storefront_menu = (array)$this->session->data['storefront_menu'];
                   foreach ($storefront_menu as $i => $menu_item) {
                      if ($menu_item['id'] == 'home') {
                         unset($storefront_menu[$i]);
                         break;
                      }
                   }?>
                   <!-- Top Nav Start -->
                   <?php echo  buildStoreFrontMenuTree($storefront_menu); ?>
                </ul>

but I'm still getting the drop down but with no text inside it - please see attached screenshot.
#2
That's great, thank you!
#3
Hi,
I would like my categories to show on my homepage as a vertical list on the left hand side instead of on the top menu bar - is this possible to do from within the admin and if not is there some code i can modify to do this.
Thanks  :)
#4
Support / Re: Frame around image
October 03, 2017, 01:15:42 PM
Thanks for your help  :)
#5
Support / Re: Frame around image
October 02, 2017, 03:17:02 PM
Thanks for your reply but what I'm trying to do is to add a small border around the image on the actual product page, I can't seem to find where to do this.
#6
Support / Re: Frame around image
October 02, 2017, 12:37:00 PM
Hi Basara,
Thanks for pointing me in the right direction and great guide to css, I've managed to find the css sheet for the home page and have framed the images but I'm struggling finding where to/which style sheet to edit for the larger image under the product listing.
#7
Support / Frame around image
October 01, 2017, 01:41:07 PM
Hi,
Is there any way I could put a frame/thin outline border around the main image and additional images on the product page?
Any help much appreciated.
#8
Support / Re: Hide the model details from product page
September 27, 2017, 01:53:01 PM
Just gone through the above procedure again to remove model from the 'cart' and this time it seems to have worked so don't know what I'd done wrong the first time  - thanks again for your help
#9
Support / Re: Hide the model details from product page
September 27, 2017, 01:43:08 PM
Thats worked great...Thanks!
I'm now trying to remove the model from the cart page as well, I've managed to find where the code is in the /public_html/storefront/view/default/template/pages/checkout/cart.tpl but if I remove the lines which I've found which contain the word 'model'
Line 32  <th class="align_left"><?php echo $column_model; ?></th>
and
Line 54 <td class="align_left"><?php echo $product['model']; ?></td>
it does actually remove the model number but still leaved the heading 'title' and the price is now listed under the model  :-\
Any ideas again much appreciated.
#10
Support / Hide the model details from product page
September 27, 2017, 10:04:08 AM
Hi,
I would like to hide the model number from the customer on the product page as I will be using this just for my own reference.
Any help would be much appreciated.

Forum Rules Code of conduct
AbanteCart.com 2010 -