Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. The quickshop is integrated very deeply in the theme, so it will be hard to remove it completly. You can hide it from you customers by doing this:
  2. open snippets/collection-item.liquid in your template editor;
  3. delete " {% include 'quick-shop-popup' %}"
  4. delete "<div class="image-overlay-1 trans-1">
  5. <table>
  6. <tr>
  7. <td>
  8. <a href="#" class="quick-shop-launcher button-1 custom-font-1 trans-1"><span>Quick shop</span></a>
  9. </td>
  10. </tr>
  11. </table>
  12. </div>"
  13.  
  14. Then open snippets/collection-item-large.liquid and do the same.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement