Show Posts


Messages - mike3314

Pages: [1]
1
Customization help / Remove dropdown links from Home button
« on: October 05, 2017, 10:17:52 AM »
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
« on: October 03, 2017, 01:15:42 PM »
Thanks for your help  :)

5
Support / Re: Frame around image
« on: 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
« on: 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
« on: 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
« on: 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
« on: 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
« on: 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.

Pages: [1]

Powered by SMFPacks Social Login Mod