- Posts: 64
- Thank you received: 0
removing PricesalesPrice from product and category
-
Darko101
Inactive member - Topic Author
- Member
Less
More
10 years 5 months ago #40115
by Darko101
removing PricesalesPrice from product and category was created by Darko101
Dear Sirs,
Since we are a wholesale company we only use prices excl VAT.
For some reason I do not seem to be able to remove the PricesalesPrice form product or category view. When not selecting in VM configuration or putting size to 0px, the PricesalesPrice is also removed from the cart.
How would I remove PricesalesPrice from product details view and category view.
url mycornetto.nl/assortiment/smaken/ola-sof...1x4ltrola-soft-kopen
Kind regards,
Darko Ivancevic
Since we are a wholesale company we only use prices excl VAT.
For some reason I do not seem to be able to remove the PricesalesPrice form product or category view. When not selecting in VM configuration or putting size to 0px, the PricesalesPrice is also removed from the cart.
How would I remove PricesalesPrice from product details view and category view.
url mycornetto.nl/assortiment/smaken/ola-sof...1x4ltrola-soft-kopen
Kind regards,
Darko Ivancevic
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40120
by ivan.milic
Replied by ivan.milic on topic removing PricesalesPrice from product and category
Add this to template_css.css
DIV.PricesalesPrice > span.PricesalesPrice{
display:none;
}
DIV.PricesalesPrice > span.PricesalesPrice{
display:none;
}
Please Log in to join the conversation.
-
Darko101
Inactive member - Topic Author
- Member
Less
More
- Posts: 64
- Thank you received: 0
10 years 5 months ago #40125
by Darko101
Replied by Darko101 on topic removing PricesalesPrice from product and category
Not doing anyting.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40134
by ivan.milic
Replied by ivan.milic on topic removing PricesalesPrice from product and category
try:
.PricesalesPrice .PricesalesPrice{
display:none!important;
}
.PricesalesPrice .PricesalesPrice{
display:none!important;
}
Please Log in to join the conversation.
-
Darko101
Inactive member - Topic Author
- Member
Less
More
- Posts: 64
- Thank you received: 0
10 years 5 months ago #40144
by Darko101
Replied by Darko101 on topic removing PricesalesPrice from product and category
No result.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 5 months ago #40148
by ivan.milic
Replied by ivan.milic on topic removing PricesalesPrice from product and category
Strange all is ok, but it seams it does not have effect, copy paste this :
carefully.
Code:
.PricesalesPrice .PricesalesPrice{
display: none!important;
}
carefully.
Please Log in to join the conversation.
Time to create page: 0.224 seconds