0
Welcome Guest! Login
0 items Join Now

override help

  • override help

    Posted 8 years 10 months ago
    • Can someone help me with a override for my virtumart cart all im wanting is to hide the cart on the catagory page to only show the photo from then on you can just click the photo to go to the product details page to order the product. Here is my page
      www.dsgcentral.com
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: override help

    Posted 8 years 10 months ago
    • Please do a screenshot of your problem and annotate to make it clear what you mean?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
  • Re: override help

    Posted 8 years 10 months ago
    • I want all the cart removed to only show my products in a grid im going to be adding alot more
  • Re: override help

    Posted 8 years 10 months ago
    • then alow them to click the image to go to product page like it does already
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: override help

    Posted 8 years 10 months ago
    • I am sure that there are probably virtuemart options to enable you to do that properly - so I would ask the developers of virtuemart. Nevertheless, here is some CSS that will do it.
      .com_virtuemart .category-view .vm3pr-1, .com_virtuemart .category-view .vm3pr-2, .com_virtuemart .category-view .vm-details-button {
          display: none;
      }

      To create a custom CSS compatible with Gantry 5 please read this http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet .

      Remember to recompile CSS from base outline too.


      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.

Time to create page: 0.072 seconds