This topic has 12 replies, 3 voices, and was last updated 1 years, 7 months ago ago by Rose Tyler
I would to Remove price range in variable product can you check my screen shoot, please need to show only cheapest price on product
from :0000
Hello @clean,
In order to display the lowest price of a variable product, please navigate to XStore >> Theme Options >> WooCommerce >> Shop >> Product Design >> Variable Product Settings and enable the option “Minimum Price Only”, save the changes, and then clear your browser cache before checking back on your site.
Please refer to the screenshot provided: https://postimg.cc/564WQcvR
Best Regards,
8Theme’s Team
Thank you
it’s possible to remove too Because when I activate the dynamic discount pricing it’s show wrong price not discount price like 5,638 kr & the orginal price was 238 kr
Hello, Clean,
Thank you for your response.
Do you mean 3rd party plugin?
Please provide product URL from your site.
Also, provide temporary wp-admin and FTP access, so we can take a closer look.
To provide wp-admin access, you can create a new user account with administrator role via the Dashboard, and provide us with the username and password via the Private Content area.
To create FTP access, please contact your hosting provider for assistance.
Thank you for your cooperation.
Kind Regards,
8theme team
WooCommerce Dynamic Pricing & Discounts
Hello, Clean,
Thank you for your response.
“t’s show wrong price not discount price like 5,638 kr & the orginal price was 238 kr” – please provide URL of this product.
Also, we need FTP access.
Describe the desired result in more detail with screenshots, please.
You can use Lightshot screenshot or Gyazo tool to make screenshots and share the links here, or you can use a file sharing service such as WeTransfer https://wetransfer.com/ to upload ready images there and provide us with URLs.
Kind Regards,
8theme team
https://prnt.sc/mbZYsiBSVrxY
https://prnt.sc/sfZySMR61T9y
https://prnt.sc/NrVjcxExUQOc
Hello, Clean,
Thank you for your response.
You can use the next code (Theme Options > Theme custom CSS) to disable the mentioned on your screenshot price:
.single-product .et_product-block > .price {
display: none;
}
If this is not what you are looking for, please describe your request in more detail.
Kind Regards,
8theme team
Thank you
but need to show the price on single product, it works on product with varation
thank you
wrong price, the $267 should to be 26 $
Hello, Clean,
1/ Our “Minimum Price Only” option was not tested with WooCommerce Dynamic Pricing & Discounts plugin.
When this option is disabled the price is correct? If so, we will try to sagest you another way to remove the price range on variable products.
2/ We can’t connect FTP:
Error: Connection timed out after 20 seconds of inactivity
Error: Failed to retrieve directory listing
Please try to connect to FTP using FileZilla by yourself.
What FTP host and port can we use?
Is there a restriction by IP or something else?
3/ Here is site that will help you to compare code – https://text-compare.com/
Here is the content of Global custom CSS area from Theme Options > Theme custom CSS from niche-market02 demo:
/* Site preloader */
body > .et-loader {
background-color: rgba(255,255,255,.75);
}
body > .et-loader .et-loader-img {
max-width: 140px;
}
.et-preloader-on .template-container {
filter: blur(2px);
}
/* Menu item labels */
.menu-label-sale > a .label-text {
background-color: #11a45d;
color: white;
}
.menu-label-sale > a .label-text:before {
border-right-color: #11a45d;
}
/* Breadcrumbs */
.cart-checkout-nav {
font-size: 24px;
}
/* Track order in header */
.header-track-order{
white-space: nowrap;
}
/* Header shadow */
.header-bottom-wrapper {
box-shadow: 0px 0px 5px 2px rgba(0,0,0,.15);
}
/* Breadcrumbs */
.page-heading {
box-shadow: 0 -2px 5px 0px rgba(0,0,0,.04) inset;
}
/* Button size */
.button, .btn, input[type="submit"], input[type="button"], form button, form #qna-ask-input button,
.btn-checkout, .btn-view-wishlist,
.et_element .btn-checkout, .et_element .mini-cart-buttons .wc-forward:not(.btn-checkout), .et_element .btn-view-wishlist {
font-size: 100%;
}
/* Tags */
.tagcloud a {
background: #F0F0F0;
border-color: #F0F0F0;
color: #999999;
}
/* Sidebar */
.sidebar {
--space-between-widgets: 40px;
}
/* Shop */
.products-loop .product,
.products-slider.second-initialized .product-slide {
transition: all .2s ease-in-out;
}
.single-product-builder .products-slider .product-details {
padding-bottom: 15px;
}
.products-slider {
padding: 15px;
}
.products-loop .product:hover,
.carousel-area .product-slide:hover{
box-shadow:0 0 10px 3px rgba(0,0,0,.1);
z-index:2;
transform:translateY(-5px) scale(1.007);
border-radius:5px;
background-color: #fff;
}
.products-loop .type-product{
padding-top:15px;
}
.products-loop .content-product{
margin-bottom:15px
}
.content-product .products-page-cats a {
font-size: 15px;
}
.product-view-default .content-product .footer-product .show-quickly {
border: 2px solid #e95d2a;
color: #e95d2a;
border-radius: 5px;
padding: 7px;
}
.product-view-default .content-product .footer-product .show-quickly:hover {
color: #e95d2a;
}
/* Product view mask3 */
.product-view-mask3 .footer-product > *, .product-view-mask3 .footer-product .button, .product-view-mask3 .footer-product .add_to_wishlist.button {
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
}
.wcmp_vendor_banner_template.template1 .img_div img {
max-width: 100px;
max-height: 100px;
}
.vendor_description {
padding: 40px 30px;
}
/* Single product */
.woocommerce-tabs .wc-tab .product-vendor h2 {
display: none;
}
/* Hover underline for links */
.et-menu-list .subitem-title-holder a,
.et-slider-button-underline-hover .slide-button,
.banner-button-underline-hover .banner-button,
.el-button-underline-hover .elementor-button-text{
position: relative;
display: inline-block;
}
.single-product .cross-sell-products .product-view-default .footer-product {
display: none;
}
.et-menu-list .subitem-title-holder a:before,
.et-slider-button-underline-hover .slide-button:before,
.banner-button-underline-hover .banner-button:before,
.el-button-underline-hover .elementor-button-text:before {
content: '';
height: 2px;
width: 0;
right: 0;
position: absolute;
transition: width .2s ease-in-out;
bottom: -4px;
background: var(--et_active-color, currentColor);
}
.et-menu-list .subitem-title-holder a:before,
.et-slider-button-underline-hover .slide-button:before {
bottom: 0;
}
.et-menu-list .subitem-title-holder a:hover:before,
.et-slider-button-underline-hover .slide-button:hover:before,
.banner-button-underline-hover .banner-button:hover:before,
.el-button-underline-hover .elementor-button-text:hover:before {
width: 100%;
right: auto;
}
/* hide add to cart button in popup after adding product */
.popup-added-to-cart .content-product .quantity-wrapper {
display: none;
}
/* Vendor description */
.vendor_description_background .description_data {
display: none;
}
/* Mobile panel */
.et-mobile-panel .with-dot > a .et_b-icon:before {
background-color: #f3e500;
}
Kind Regards,
8theme team
Tagged: price, range, remove, templates, variable product, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up