Viewing 1 replies (of 1 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @fxdilip Hey there, apologies for the delay.

    Try adding this piece of JavaScript to your WordPress site:

    
    `wp.hooks.addFilter('misc.link.href', 'wpshopify', function (defaultLink, type) {
       var split = defaultLink.split('https://yourdomain.com/');
       var newLink = 'https://yourdomain.com/mystore/' + split[1];
    
       return newLink;
    });
    

    Just make sure to change yourdomain.com with your actual domain.

Viewing 1 replies (of 1 total)
  • The topic ‘Incorrect Detail Page URL on products list page’ is closed to new replies.