iconstudiosny
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WooCommerce] How to sell services priced hourly calculated by the serviceThank you @mtruitt for the reply, Is there any plugins you would recommend using to get this done?
No problem @dornaweb
Hey, I didn’t know the shortcode supports a
post_idattribute, why is it not mentioned in the plugin’s description or FAQ section????!Thank you @pelentak
MartinHere’s my code based on your snippet:
foreach(dw_get_table_result($product->get_id()) as $group) { echo '<h5>' . $group[group_name] . '</h5>'; foreach($group[attributes] as $attr) { echo '<p><strong>' . $attr[attr_name] . '</strong>'; echo ': ' . $attr[value] . '</p>'; } }Here is what it returns:
Group 1
Attribute 1: Value
Attribute 2: Value
Attribute 3: ValueGroup 2
Attribute 1: Value
Attribute 2: Value
Attribute 3: ValueThank you @cziberez for your help on the initial code,
Martin- This reply was modified 8 years, 2 months ago by iconstudiosny.
Viewing 4 replies - 1 through 4 (of 4 total)