Woocommerce price shows twice
-
Hello guys,
since i installed Market Press Plugin, the price on simple product page shows twice.
I really dont know how to fix this issue…
btw. i use the shopkeeper theme 🙂
Thank you a lot
Michael
-
Hi,
At first you should see where the problem is coming from.Try changing your theme, if the issue is not found in another theme then it’s a issue of theme template otherwise you need to deactivate the plugins to see which one is responsible for this duplicate issue.
Are you still experiencing the same issue after deactivating all of your plugins (except WooCommerce) and switching to the default Twenty Seventeen theme?
Do i have to set up all plugins again, if i deactivate them without backup data ?
This forum is for the WooCommerce plugin. MarketPress is a different, alternative plugin and it has its own forum here:
https://wordpress.org/support/plugin/wordpress-ecommerce
There you should find people who know that plugin.The posts above however are still valid general debug techniques.
To answer your question, I have deactivated and reactivated loads of plugins and themes loads of times and never lost any data or settings. However, your setup will be different so that may not be your experience. There is no certainty. Something is wrong with your site – so best to backup before going further.
Do not delete plugins – that will run the plugin delete script and then it is likely you will lose stuff.
thank you guys very much! If i deactivate german market, the lower price disappears.
But i really do need german market by market press.
any ideas ?@michalschmidt: Das Problem hatte ich auch vor kurzem! Hast du das SALIENT THEME?
Die super netten jungs vom German Market haben mir einen code snipped geschickt der die Preise korrekt anzeigt. Es liegt wohl daran das German Market andere hooks benutzt als die von deinem Theme.Versuch das mal:
/**
* Remove double price in loop overlay
* @author MarketPress
**/
// method one: Remove Theme Hook
add_action( ‘init’, function() {
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’, 5 );
});PS: CODE IS MADE BY MARKET PRESS!!
@shinenow das hört sich genau nach meinem Problem an ! ich benutze zwar nicht das gleiche Theme aber habe auch schon vermutet dass es an der Theme hook liegt. Wo füge ich den Code ein ?
1. WP-ADMIN anmelden
2. Linke Navi: “DESIGN” > “Editor”
3. (am besten in deinem Child Theme) rechte Seite “function.php” auswählen.
4. Code einfügenSo wurde es zumindest bei mir gemacht und seitdem habe ich das Problem nicht mehr 🙂
Leider habe ich das Problem immer noch,
aber Vielen vielen dank für deine Hilfe 🙂dann wurde der code wohl speziell für mein Theme angepasst :-/ sorry.
Die einzigen Optionen sind folgende:
1. Schreib die Entwickler vom Theme an
2. Wende dich an Market Press und sag denen das nach Aktivierung die Preise doppelt angezeigt werden…vielleicht nehmen sie sich die Zeit um das Problem zu fixen.Folgendes hat mir der Market Press Support geschrieben:
“danke für deine E-Mail. Dein Theme nutzt nicht die Standardhooks von WooCommerce, sondern eigene oder eine andere Filter Prio für die Preisdarstellung. German Market hookt sich in den Standardhook von WooCommerce ein, deswegen werden dir die Preise nun doppelt angezeigt. Wende dich an deinen Theme Entwickler, dieser kann dir da weiterhelfen. ”
was mir jedoch nicht weiterhilft, da ich keinen support mehr für das theme in Anspruch nehmen kann… Mein Produkt Release ist in 2 Wochen und ich sitze täglich an diesem Problem… Weiß niemand weiter ?
@michaelschmidt:
Dieselbe Antwort habe ich damals auch erhalten. Nach Nachfrage haben die Leute sich aber mein Theme etc angeschaut und haben das Problem fixen können bzw haben mir den Codesnipped geschickt, den ich dir bereits gezeigt hatte. :-/.Wo hast du das Template gekauft? Themeforest?
Ich würde BEIDEN (German Market sowie auf der jeweiligen Seite wo du dein Theme gekauft hast) nochmal schreiben und sagen das es sehr dringlich ist und du dringend Hilfe benötigst. Hoffentlich meldet sich jemand :-/.Zeig den German Market Jungs vielleicht den Code von oben. Frag nach wo du die “Hooks” ändern kannst. Einer wird bestimmt antworten…
Halt uns auf den laufenden
Bin gerade so glücklich. Vielen vielen Dank dass du mir immer probiert hast, zu helfen.
Gerade kam für mein Theme ein neues Update raus und das Problem ist einfach weg!!
Danke
- The topic ‘Woocommerce price shows twice’ is closed to new replies.