Alolika
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Shipping priceHi,
I also want auto conversion of flat rate shipping charge while selecting a country at checkout page. Please help me.Forum: Fixing WordPress
In reply to: $wpdb->get_var is not workingOk. I found the error. It’s fine now.
Here is the screenshot and I need different shipping price for different zone.
http://prnt.sc/bwerupThe codes of .htacces file are:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /beta/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /beta/index.php [L]
</IfModule># END WordPress
I have added testimonial widget for testimonials and YITH shortcode (single product) for products.
Viewing 5 replies - 1 through 5 (of 5 total)