hol2006
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Offers for WooCommerce] Problem with variationsupd for question 1 – I tried to download previous version from github and noticed that variations works in ver 1.4.3, but stopped from version 1.4.5
- This reply was modified 8 years, 11 months ago by hol2006.
Forum: Plugins
In reply to: [Offers for WooCommerce] Problem with variationsUPD: i deactivated all plugins, turn on Twenty Fifteen theme, but it still make offer for parent product, not variation =(
Forum: Plugins
In reply to: [Offers for WooCommerce] Problem with variationsThanks a lot for your reply!
1) Yes, for product page i’m using image swatches, woothumbs + measurement calculator. I think that problem can be with this calculator. Can you give me tips from wich point i can start search problem?
2) I know how to use it, used some simple hooks before like like woocommerce_short_description, save_post etc, but i’m not really pro)Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] How to get brand name?Solved the problem, if it help someone:
$brands = wp_get_post_terms( get_the_ID(), 'pwb-brand' ); foreach( $brands as $brand ) { $post_excerpt = $brand->name . ' '; }
Viewing 4 replies - 1 through 4 (of 4 total)