Variable Product "From" Price Formatting

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Tue Sep 03, 2013 4:03 pm
Hi,

For variably priced products, the formatting is a bit messed up in the image show widget. I'm also hoping I can change the language used for those types of products. Instead of it reading "From 'Price'" I'd rather it display: "'Min Price' - 'Max Price.'" You can see from the uploaded pics that it's also having the "From" get cut off when you mouseover the product and the price pops up. Not sure how to go about formatting this so it looks better. Ideally, I would love for it to instead display the way I described up above.

Thanks!
User avatar
Fresh Boarder

GK User
Wed Sep 04, 2013 8:05 am
Hi,

Of course you can change the languague, use woocommerce .pot files:
http://docs.woothemes.com/document/wooc ... alization/
use PoEdit option.

In regards to the second issue, open css/override.css file and paste this code:
Code: Select all
.gk-product-gallery .gk-image .gk-img-overlay .from {
   font-size: 18px;
   font-weight: bold;
   left: 33%;
   line-height:10px;
   padding-top: 22px;
   position: absolute;
   top: 10px;
   text-align: center;
}

First enable this option in Dashboard -> Template Options -> Advanced Tab -> override css file.
User avatar
Moderator


cron