Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- const more_swatches = 2;
- var __isp_options = {
- isp_serp_callback: function () {
- $jquery_isp(".isp_grid_product").each(function () {
- $jquery_isp(this).find('.isp_product_color_swatch_pop_up span').each(function (index) {
- if ($jquery_isp(this).parents(".isp_product_color_swatch_pop_up").find(".moved").length === more_swatches) {
- return false; //stop loop
- }
- $jquery_isp(this).addClass("moved");
- $(this).parents(".isp_product_color_swatch").find(".extra_swatch_text").before($jquery_isp(this));
- });
- });
- }
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement