manuelmarina
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Images Gallery for WooCommerce] loader icon displays to longHi There,
disable the preload function has no effect. The Gallery-Loading-Cricle still runs infinitely until the user doing some action. The Problem specially appears on iOS Apple Devises.
I still need your help.
Thank You!
The Ajax function of the filter plugin is deactivated but the Load more button loads the same products twice. Is there still a possibility why the error could be?
Yes, without tteh plugin the pagination loads more new products and not the same twice
I do not understand that. When I set the limit to 30 in the WooCommerce shortcode, the correct 30 are also displayed. How should I set the pagination correctly?
I changed it but it loads the same products twice. this specific categorie have 30 products but it loads only the first 9 products twice:
ok I changed it but more products doesn’t load. the url is https://handpan-portal.de/shop/handpans/celtic-minor-amara/undefined after clicken the load more button
Das ist der installierte Shortcode:
[products limit=”9″ columns=”3″ paginate=”true” berocket_aapf=”true” orderby=”price” order=”DESC” category=”celtic-minor-amara” class=?produktekat“ prdctfltr=”aside” ajax=”yes” preset=”Default”]
Sorry, that was my mistake, now the pagination is installed. The next page with more productsis always undefined in the url. Please help
Sorry, but I have one more question. To override the Adress Display format I need this code from the stackoverflow link right?
add_filter( ‘woocommerce_formatted_address_replacements’, function( $replacements, $args ){
$replacements[‘{vat}’] = $args[‘vat’];
return $replacements;}, 10, 2 );
add_filter( ‘woocommerce_localisation_address_formats’ , ‘woo_includes_address_formats’, 10, 1);
function woo_includes_address_formats($address_formats) {
$address_formats[‘default’] = “{name}\n{company}\n{vat}\n{nif}\n{address_1}\n{address_2}\n{city}\n{state}\n{postcode}\n{country}”;
return $address_formats;
}But when I change the the $adress_formats for example: “{anrede}\n{titel}\n{company}…
It only shows the brackets in the Frontend {anrede}…
What am I doing wrong?
Thank you!
where can I add this code? in the function.php?