ihdumille
Forum Replies Created
-
Hi Kayaalp
I also would like to hide this link, but the code did not work on my site, I put it in my code snippet, maybe that is why?Forum: Plugins
In reply to: [WooCommerce] redirect customer after purchaseokej thanks that worked
Forum: Themes and Templates
In reply to: [Cenote] Sidebar not showing in shoppartHi
It was the widget option plugin that conflicted. That is a petty, because I do need to hide and show content to only some users and only on some pages.DO you know about a plugin like that witch works with your theme? I dont find any
Forum: Plugins
In reply to: [WooCommerce] redirect customer after purchaseNo I added it to my plugin code snippet
Forum: Plugins
In reply to: [WooCommerce] redirect customer after purchaseThank you for answer me so fast.
No problems this time to add the code but it doesn’t workI made this changes, is it right?
`function redirect( $order_get_id ){
$order = wc_get_order( $order_get_id );
$url = ‘https://www.meisolle.dk/profil/’;
if ( ! $order->has_status( ‘failed’ ) ) {
wp_safe_redirect( $url );
exit;
}
}
add_action( ‘woocommerce_thankyou’, ‘redirect’);Forum: Themes and Templates
In reply to: [Cenote] Sidebar not showing in shoppartI realized that I maybe looked the wrong place,
And that you mean here
Another prtsc
But I allready set the blog/archive layout to show right there, that did not help, and I have the widget to show only in the shop.The right sidebar works on any other page but not in Woocommerce
Forum: Themes and Templates
In reply to: [Cenote] Sidebar not showing in shoppartForum: Plugins
In reply to: [Asgaros Forum] language fileThis one you mean?
wp-content – Languages -Plugins – asgaros-forum-da_DK.poI looked in this file, but that is not it
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Weight calculated wrongOkej, I looked at my tax settings, removed all and made new ones, somehow all works now.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Weight calculated wrongMy product weights 150 gram, everything under 1000 grams costs 59, as you see above.
Now I inactivated all but the below 1000 grams and it still gives me a shipping cost at 74 kr
If I inactivate all, then no shipping cost is shownIt is a riddle, really
I noticed that you can add shipping rules to places, in the weight based shipping and at shipping zones – Sweden – Weight Based Shipping, I tried to add all the rules there instead, but still the same 74 kr
- This reply was modified 5 years, 5 months ago by ihdumille.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Weight calculated wrongThe weight is showing in my basket as 1 kr
This is how I set up my shipping zones, I dont see if there is another place where I can make other shipping rules.
Label Title Destination Weight Subtotal Price
Active
Postnord Sverige PostNord SE [0 – 1000) Any 59 krActive
Postnord Sverige PostNord SE [1000 – 2000) Any 75 krActive
Postnord PostNord SE [2000 – 5000) Any 95 krActive
Dao365 Dao365 DK [0 – 5000) Any 65 krActive
test Weight Based Shipping SE Any Any 1 krForum: Plugins
In reply to: [Spam protection, Anti-Spam, FireWall by CleanTalk] My emails marks as spamokej thanks, just thought it was a quick question
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Weight calculated wrongOkej I deactivated all and tried one after the other, it looks like it is not a plugin problem.
I also changed the themeBut I was not paying attention to the shipping price in the basket, it says 74 kr, but I have no shipping with that price, it is 75 kr not 74.
I deleteted them all and made new rules, same problem..
It must be me doing something wrong in the settings. Iam supposed to write the price of the shipping in “based cost” right? And all the below “weight rate” fields I should leave empty or “0” right?
- This reply was modified 5 years, 5 months ago by ihdumille.
Forum: Plugins
In reply to: [WooCommerce Weight Based Shipping] Weight calculated wrongI see the new weight rate 1 per o kg at the checkout, also the products have the right weight but in grams (dont know if that is important), so do I understand you right, you think it is a plugin problem?
okey thanks