Jump to content

Guest41

Member
  • Posts

    88
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Guest41 reacted to creedon in Link in shopping cart page   
    My Cart Page Observe Changes code mentioned in a previous post in this thread gives you a start then you write a callback for it.
  2. Like
    Guest41 reacted to tuanphan in Categories to different pages on side of store page   
    In the code, you will see this
    <li class="category-item"><a href="/shop/amazon" class="category-link root">Amazon</a></li><li class="category-item"><a href="/shop/fb" class="category-link root">FB</a></li> It contains 2 category links
    and
    If you need to add link 3, 4,...just add to current code
    /shop/instagram is category link
  3. Like
    Guest41 reacted to tuanphan in Categories to different pages on side of store page   
    I think we can use jQuery code to add other links into current side category nav links
    Add to settings > Advanced > Code Injection > Footer
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<li class="category-item"><a href="/shop/amazon" class="category-link root">Amazon</a></li><li class="category-item"><a href="/shop/fb" class="category-link root">FB</a></li>').appendTo('.nested-category-tree-wrapper>ul'); }); </script>  
  4. Like
    Guest41 got a reaction from tuanphan in Product Selection   
    Thanks this is exactly what I was looking for.
  5. Like
    Guest41 reacted to tuanphan in Product Selection   
    Hi,
    You need to use 3rd plugin to achieve this.
    Use this plugin.

    --
    The above link is an affiliate link, which means I get a small commission if you click on it and buy the plugin from there
  6. Like
    Guest41 got a reaction from Beyondspace in Product Selection   
    Is there a way to make this product variant image immediately pop up after you select container. 

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.