| @@ -365,9 +365,9 @@ | ||
| 365 | 365 | var cartButton = cartWrpper.find( |
| 366 | 366 | '.product_type_grouped, .add_to_cart_button, .single_add_to_cart_button ' |
| 367 | 367 | ); |
| 368 | 368 | if (cartIcon) { |
| 369 | - console.log( cartButton.find('svg') ) | |
| 369 | + //console.log( cartButton.find('svg') ) | |
| 370 | 370 | cartButton.find('i').remove(); |
| 371 | 371 | cartButton.find('svg').remove(); |
| 372 | 372 | cartButton.find('img').remove(); |
| 373 | 373 | cartButton.prepend(cartIcon); |
| @@ -405,9 +405,11 @@ | ||
| 405 | 405 | setTimeout(function() { |
| 406 | 406 | rtsbProductPageInit(); |
| 407 | 407 | }, 1000); |
| 408 | 408 | <?php if ( rtsb()->has_pro() ) { ?> |
| 409 | - rtsbFilters(); | |
| 409 | + if (typeof rtsbFilters === 'function') { | |
| 410 | + rtsbFilters(); | |
| 411 | + } | |
| 410 | 412 | setTimeout( function (){ |
| 411 | 413 | window.rtsbCountdownApply(); |
| 412 | 414 | }, 1000 ); |
| 413 | 415 | <?php } ?> |