Jump to content

mg3ddesign

Member
  • Posts

    75
  • Joined

  • Last visited

Posts posted by mg3ddesign

  1. Is there a way to have more than one category menu?

    Meaning that the can split the categories into sections and have main headings like "shop by category" for each section?

    eg.

    Shop By Category

    Homepage

    Brands

    Sparring Protection (main header no links)

    Foot

    Hand

    Head

    Equipment (main header no links)

    Punchbags

    Kickbags

    Many thanks

    Marco

  2. This is working fantastic for me.

    I would like to add an arrow graphic next to the category names that have sub categories, the same as the standard V5 version. Does anyone know if that is possible with this flyout menu.

    Many thanks

    Marco

  3. I would like to remove the + on option values. I have been trying to find it in the templates but it does not seem to be there.

    Does anyone know where I can go to remove the +

    e.g. the option has

    red (+£5.00)

    I just want

    red (£5.00)

    Any help is much appreciated

    Thanks

  4. Hi Toucan

    I tried what you said as I liked the fact that it work in more browsers easier. Unfortunately it only seems to work to start. If you go onto a product it works. If on that product you use the magnifier tool and then go onto the menu it has the same problem. Its like the magnifier has been activated so that becomes the dominant layer.

    Let me know your thoughts?

    Thanks for the help

  5. Once I was shown what to do it seemed to easy, they are not really Macro's so it was just a case of having the correct search code. I did this and it all works great:

    
    <table border="0" cellpadding="3" cellspacing="0" width="100%">
    
    <tbody>
    
      <tr>
    
       <td>
    
        <p>
    
    	 <strong>Items to review</strong></p>
    
       </td>
    
      </tr>
    
      <!--{foreach from=$PRODUCTS item=product}-->
    
      <tr>
    
       <td>
    
        <a href="http://yourshop.com/index.php?_a=product&amp;product_id={$product.product_id}">{$product.name}</a></td>
    
      </tr>
    
      <!--{/foreach}-->
    
    </tbody>
    
    </table>
    
    

  6. Me again, is there a way to stop the fly out menu from crashing when you are on a product page and the menu goes over the product. At the moment when your pointer follows the menu as soon as it goes over the product the menu goes and the product magnification comes on. What I have been looking at doing is making it so that the menu is a higher priority than the magnification but so far can not find the correct code.

    eg - http://indoorxtreme.co.uk/shop/key-rings-gifts/blitz-martial-art-ju-jitsu-figure-mug.html

    Any help would be much appreciated.

    Thanks

  7. I would like to change the accordion menu on one of my sites www.indoorxtreme.co.uk to the flyout menu due to the number of sub categories I have and the accordion menu not closing.

    Would anyone like to talk me through the process?

    I have looked at the js and tried changing it but it does not seem to want to work. If anyone has already made this change I would be very grateful.

    Thanks

  8. Strange...

    Added all the details as asked. It works fine..

    Add an item and then go to the basket, all is good. While in the basket if I want to go to any other links, home page, categories etc I get the error page not found. It seems to be adding an extra part into the URL.

    Any help would be great, thanks

  9. In order to get my accounts streamlined I am trying to add certain data to cubecart and the database.

    For each order I want to be able to see the total trade price of the goods ordered. This way I can work out my perecentages and accounts a lot quicker.

    So far I have added a trade price field to all the products and added this value.

    What I would like to know now is how I can have the total of the trade prices add up and be a value on the admin view order. It needs to be the same type formula as the subtotal on the order just with the trade prices from the product instead.

    Thanks

    Marco

  10. Hello I am curious if anyone has any insight to what happens to the product description when it is on the category page as a "teaser" that is loses all its formatting and all html tags are stripped out (paragraph tags for example). Is there a way to defeat this? I would like it to retain paragraph returns and/or an unordered list applied in the RTE (FCKeditor). Is this possible? Has anyone else ran into this?

    Ok then, im not really big with php I just try things until they do what I want. It might be worth getting this checked as it might cause other problems

    in file includes/content/viewCat.inc.php

    $view_cat->assign("TXT_DESC",substr(strip_tags($productResults[$i]['description']),0,$config['productPrecis'])."&hellip;");

    remove 'strip_tags' and it should show as html

    Hope this is what your looking for, ive been trying to figure this out for hours

  11. I was about to let my new store go live when I realised that I was not getting all the data needed in any of the order confirmation emails.

    Below is an example of a customer confirmation email:

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Order Inventory:

    Product: test

    Quantity: 1

    Product Code: TES516

    Price: £0.01

    Can any one help with this issue as I have not been able to find a fix in the forums.

    Thanks

    Marco

×
×
  • Create New...