Luca britecode
Forum Replies Created
-
Hi Ronnie,
Yes, your solution would work for the assessment.
My other question remains unanswered, this is my fault, I do not think I was very clear on this point, which is:
Is there a way to assign 2 quizzes to a lesson?
Right now I can only add 1 quiz per lesson after I do so I do not see an option to add additional quizzes to the same lesson.Thank you kindly for your response.
Hi,
Has anyone had any luck with this?
Same issue here.
Will this be fixed soon?
Forum: Plugins
In reply to: [Country Based Restrictions for WooCommerce] Plugin Does Not WorkHi Zorem,
I have a similar problem.
Using the free version.
WooCommerce -> Settings -> Default customer location is set to “Geocode”. The sell to countries are USA and Canada for now.
I have configured a MaxMind API Key for geocoding.
WooCommerce – Country Restrictions configured with “Catalog Visible (non purchasable)” selected and a slightly customized “Product restriction message”.`
I have several products that are set up to only be sold in the US but when I visit this Product details pages from the US I get the product restriction message.
Any help would be greatly appreciated.
Forum: Plugins
In reply to: [WooCommerce Square] Subscriptions and Digital Wallet update doe not workHi There,
Thank you kindly for writing back.
You are correct our products are a simple or bundle WooCommerce product that is available on subscription via the All Products extension for WooCommerce Subscriptions.
Forum: Plugins
In reply to: [DHL WooCommerce Shipping Method] Plugin not pulling ratesHi,
That worked.
Thank you so much.
Forum: Plugins
In reply to: [Wordpress PDF Light Viewer Plugin] Just showing a blank page with no contnetPlugin is now showing the actual PDF contnet
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] Discount price per unitHi,
Thank you for the nifty plugin.
How soon do you think you can add this feature?
Best,
Forum: Reviews
In reply to: [WordPress MU Domain Mapping] WordPress MU Domain Mapping Plugin ReviewHi, I have installed this plugin and I am having a hard time with mapping.
Do I need a static IP for this to work?
Thank you I will try this and let you know
This is all I have.
I stopped adding rules as I noticed the site was timing out.Only 31 products
This is the home page feed:
<?php if(is_plugin_active(‘woocommerce/woocommerce.php’)) { ?><?php // Display Shop Featured Product
if ( $data[‘featured_products_display’] ) {
?><!– BEGIN .section-mini2 –>
<div class=”section-mini2″><div class=”tag-title-wrap clearfix”>
<h4 class=”tag-title”><?php _e(‘Featured Products’,’qns’); ?></h4>
</div><?php // Set Number of Shop Featured Products
if ( $data[‘featured_products_display_number’] ) {
$featured_products_display_number = $data[‘featured_products_display_number’];
}
else {
$featured_products_display_number = ‘4’;
}
?><?php _e(do_shortcode(‘[featured_products per_page=”‘ . $featured_products_display_number . ‘” columns=”4″]’),’qns’); ?>
<!– END .section-mini2 –>
</div><?php } ?>
<?php } ?>
