Jump to content

mg3ddesign

Member
  • Posts

    75
  • Joined

  • Last visited

Everything posted by mg3ddesign

  1. Is there a way to add the product options to the customer order confirmation emails, at the moment these do not seem to show. They are only shown in the admin. Many thanks Marco
  2. 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
  3. 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
  4. If anyone can help me find where this code is to remove the symbol I would be very appreciated. Many Thanks
  5. 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
  6. I tried turning it off but with in half an hour I had 20 spam customers register...
  7. That would be fantastic, it amazing how much time is saved when you can clone a product. I'm suprised it was not put into V5. Thanks
  8. Does anyone know if there is a way yet in V5 to clone products yet? Thanks
  9. I have a customer saying that he is losing business because his customers are complaining that they can not read the captcha. I'm guessing that people have bad eyes that buy rope. Is there any way to change it to a slightly more simpler version? This is the site outdoorxscape.co.uk Thanks for any help
  10. Does cubecart not have a system that sends out the standard emails?
  11. Does anyone know how to set up an email template so that it automatically send to the customer 2 weeks after there order is completed? Thanks
  12. Try the following <td><a href="http://{$STORE_URL}/index.php?_a=product&product_id={$product.product_id}>{$product.name}</a></td>
  13. All seems to be working fine now, I put 12000 in as Viola said and that is now all working. Thanks so much
  14. 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
  15. 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>
  16. 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
  17. Tried it and it works like a charm. I have been trying to sort this for months. I'm very thankful and sure that this script will help a lot of people.
  18. Hi There I have recently added the product names through the macros to the completed email. I would like to add the product link so that customers can link back to leave reviews on those products. I can not find the corect macro to link the products. Does anyone know what that macro is? Thanks
  19. I will try that tonight. Extremelly helpful Viola as I have been trying to figure this out for ages..
  20. 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
  21. 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
  22. I'm looking for the full feature list for V5 so that I can show my clients. I don't seem to be able to find an easy to use full feature list anywhere of what the new version is capable off. Thanks Marco
  23. 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
  24. 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
  25. 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...