ChelleLB
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Reviews
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Compatible to WPMLI need this to be compatible with WPML.
Many thanks!
Forum: Plugins
In reply to: [Plugin: WooCommerce] Show highest price within grouped productHi 303i, thanks! Got it.
Forum: Plugins
In reply to: [Plugin: WooCommerce] Show highest price within grouped productHi 303i, I am not using a WooThemes. My functions.php is just like this:
<?php /** * @package WordPress * @subpackage Zozza * @since WD_Responsive **/ //error_reporting(-1); require_once ('admin/index.php'); $_template_path = get_template_directory(); require_once $_template_path."/theme/theme.php"; $theme = new Theme(array( 'theme_name' => "FashionZozza", 'theme_slug' => 'fashionzozza' )); $theme->init(); /** * Slightly Modified Options Framework */ ?>Forum: Plugins
In reply to: [Plugin: WooCommerce] Show highest price within grouped productHi, i am just starting to program.
Here is my functions.php. Where will I put there?<?php /** * @package WordPress * @subpackage Zozza * @since WD_Responsive **/ //error_reporting(-1); require_once ('admin/index.php'); $_template_path = get_template_directory(); require_once $_template_path."/theme/theme.php"; $theme = new Theme(array( 'theme_name' => "FashionZozza", 'theme_slug' => 'fashionzozza' )); $theme->init(); /** * Slightly Modified Options Framework */ ?>Forum: Plugins
In reply to: [Plugin: WooCommerce] Show highest price within grouped productForum: Plugins
In reply to: [Plugin: WooCommerce] Show highest price within grouped productIt is already my theme name. I will paste the given code above in the functions.php?
Forum: Plugins
In reply to: [Plugin: WooCommerce] Show highest price within grouped productHi,
Where do I insert this line of codes?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce API/SOAPOk, Thanks for this.
Viewing 8 replies - 1 through 8 (of 8 total)