0
Welcome Guest! Login
0 items Join Now

Chapelco Magento Stocks

    • nventa's Avatar
    • nventa
    • Newbie
    • Posts: 3
    • Thanks: 0

    Chapelco Magento Stocks

    Posted 11 years 2 months ago
    • Hello,
      we are using Chapelco template for Magento. We want to remove the overlay "Out of stock" on products listing (see image). How to?

      Regards,
      Gianamria
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Chapelco Magento Stocks

    Posted 11 years 2 months ago
    • We have a Magento Chapelco specific forum, can you post there instead for any Magento issues, I generally miss things if they're posted elsewhere, thanks!

      www.rockettheme.com/forum/magento-theme-chapelco
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.
    • nventa's Avatar
    • nventa
    • Newbie
    • Posts: 3
    • Thanks: 0

    Re: Chapelco Magento Stocks

    Posted 11 years 2 months ago
    • Hello,
      seems I dont have permission to write in that forum...

      Regards,
      gianmaria
    • Sam Mahoney's Avatar
    • Sam Mahoney
    • Preeminent Rocketeer
    • Posts: 7420
    • Thanks: 222

    Re: Chapelco Magento Stocks

    Posted 11 years 2 months ago
    • If your membership has expired then you won't be able to post there. To hide the out-of-stock box, simply find the class using firebug/web inspector (right-click->Inspect Element) and set it to display:none. So in this case, it's:

      .product-image-col .availability {
      display: none;
      }
    • STEP 1 IN MAGENTO DEVELOPMENT - DISABLE YOUR CACHE OR YOU WON'T SEE ANY CHANGES.
      Use the new "secure" tab when replying for privately sharing links.
      Check the "Useful Snippets" post for tips.

Time to create page: 0.061 seconds