Tagged: x
-
AuthorPosts
-
February 14, 2017 at 9:02 am #1370501
riwaroParticipantWhen I order a product and choose 10 pieces the right price for 10 pieces comes. If I go a step further and place the order in the basket shows me the shop the single price for the 10 ordered articles. I also need the total price. See pictures attached
Info: I have installed Role Based Prices für WooCommerce
ThomasFebruary 14, 2017 at 9:02 am #1370504
riwaroParticipantsorry the url: http://poly.riwaro.de/
February 14, 2017 at 10:04 am #1370591
Nabeel AModeratorHi there,
Thanks for writing in! You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
February 14, 2017 at 11:39 am #1370749
riwaroParticipantThere is no plugin conflict. This is apparently always displayed. But I need the total price. What can I do?
Thomas
February 14, 2017 at 11:53 am #1370770
JadeModeratorHi Thomas,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 14, 2017 at 12:35 pm #1370820
riwaroParticipantThis reply has been marked as private.February 14, 2017 at 1:35 pm #1370883
riwaroParticipantHello,
Please do not change anything. I have a simpler idea. How can I simply place a text behind the prices. That would be enough.Excuse the confusion.
Thomas
February 15, 2017 at 12:25 am #1371450
LelyModeratorHi Tomas,
Can you clarify what you meant by this: How can I simply place a text behind the prices. ? What text and then give us screenshot of how you want it.
February 15, 2017 at 3:57 am #1371638
riwaroParticipantHello,
I wanted to place a text behind the price. Like unit price (Einzelpreis), or when the sum is calculated total price. If it’s too complicated, let’s do it. 🙂
See picture attached
Thomas
February 15, 2017 at 5:08 am #1371737
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.summary span.woocommerce-Price-amount.amount:after { content: " Einzelpreis"; color: #000; }Hope that helps.
February 15, 2017 at 6:42 am #1371836
riwaroParticipantHi,
Nearly perfect. If the quantity is 1 then “Einzelpreis” is to stand there. From quantity 2, “Summe” should appear.A thousand thanks You are the greatest
February 15, 2017 at 4:28 pm #1372574
RadModeratorHi there,
Please add this code to Admin > Appearance > Customizer > Custom > Javascript
jQuery ( function($) { function change_caption() { if($(this).val() > 1) { $('.summary span.woocommerce-Price-amount.amount').parent().addClass('larger_than_1'); } else { $('.summary span.woocommerce-Price-amount.amount').parent().removeClass('larger_than_1'); } } $('.input-text.qty.text').change( change_caption ).keyup( change_caption ); } );Then add this CSS as well,
.summary .larger_than_1 span.woocommerce-Price-amount.amount:after { content: " Summe" !important; }Hope this helps.
February 15, 2017 at 5:08 pm #1372621
riwaroParticipantGreat. Your support is really fantastic
Thanks Thomas
February 15, 2017 at 11:52 pm #1373052
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1370501 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
