mbs1337
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Pricing separator (tax comma)Sorry for fast answer. Here is a fix for:
1) Only comma separator when needed
2) The last message (without tax) only to be displayed on products with price
3) When a straight price, the comma separator is gone<p itemprop="price" class="priceex"> <?php if (strlen($product->get_price_html()) > 0) { if (fmod($product->get_price_excluding_tax(), 1) == 0) { echo number_format( $product->get_price_excluding_tax(), 0, '.', '.' ); } else { echo number_format( $product->get_price_excluding_tax(), 2, '.', '.' ); } echo ' kr (excl. moms)'; } ?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
excl. moms is Danish for “no tax” ??
Regards from Denmark
Michael BayForum: Plugins
In reply to: [WooCommerce] Pricing separator (tax comma)Okay. With the help on Facebook i got it fixed with:
<p itemprop=”price” class=”priceex”><?php echo number_format( $product->get_price_excluding_tax(), 0, ‘,’, ‘.’ ); ?> kr (excl. moms)</p>
in
/plugins/woocommerce/templates/single-product/price.php
Forum: Plugins
In reply to: [WooCommerce] Pricing separator (tax comma)This link gave me some hope, but it returns in a bunch of errors, and then the sidebar does not work.
Forum: Hacks
In reply to: Show all products in 1 page without product page… forgot to mention. I will pay money for someone to fix this.
ThanksForum: Plugins
In reply to: [JSL3 Facebook Wall Feed] [offtopic]JSL3 Facebook Wall Feed for Prestashop?Okay. That’s okay. If i didn’t ask, i did not get an answer ?? So thank you.
You don’t know of any other way to that with plain PHP or JavaScript? Cause it’s not necessary to have an plugin (or module) for this. It could be plain code to implant.
But thanks again for the answer. Keep up the good work you are doing.
Thanks alot
Michael from DenmarkForum: Plugins
In reply to: [JSL3 Facebook Wall Feed] JSL3 Facebook Wall Feed – Don't show how many likesAhh Okay. I dont want to make custom codes to all of those websites. I’ll just wait for you to update the plugin ??
But it’s silly from Facebook. to make so many more request. And again. Why change something, that worked very well before. Something to do with big data?
But thanks for the quick reply! That’s great!
Forum: Plugins
In reply to: [WooCommerce] Move around product description Delivery infoHi again
I found a solution of simple moving the big description down to the simple description. Then a description is the first to be shown.
So now my only problem is more “delivering cost” options.
/Michael
Forum: Plugins
In reply to: [The Events Calendar] Show the newest events firstHello there roblagatta
…thanks for the quick reply!
I did some test, and created some events to see how it’s showing up. And i don’t know what went “wrong” before, but now it’s okay ??
Think it’s some kind of delay, or something with the timezone (all though I have danish locale’s working on the page) cause I set an event to stop at “07:00” danish time (7am) and still at 17 and 18 to day (5/6am) it was still showing up on the “events” page.
But now it’s gone away from the events page, and is showing on the “past events” page.
All fine.
Great plugin ??
Best regards
Michael from DenmarkForum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Having trouble with the localeBut this is not the first websites which i ran in to those problems. Also another one, which i know that the danish locales is working on other plugins.
line 271 in “class-uki-facebook-wall-feed.php”
function get_fb_wall_feed() {
//echo ‘Contacting FaceBook…
‘;
$id = $this->fb_id;
$limit = $this->fb_limit;
$locale = $this->fb_locale;
$token = ‘access_token=’ . $this->access_token;So yes.
And on line 633 in “class-jsl3-facebook-wall-feed.php”
*/// store the locale setting
$dev_options[ ‘locale’ ] = get_locale();
/*
if ( isset( $_POST[ ‘locale’ ] ) ) {
$dev_options[ ‘locale’ ] =
apply_filters( ‘content_save_pre’,
$_POST[ ‘locale’ ] );
}
*/Regards
Forum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Having trouble with the localeYEAH!
It’s working now. Finally ??
Thanks!What about if i update the plugin? Then i have to make the changes again? Shouldn’t there be an option in the settings for changes the locales. That could be nice!
Best regards
MichaelForum: Plugins
In reply to: [JSL3 Facebook Wall Feed] Having trouble with the localeThe WordPress is already set to danish in my config file.
And I’ve also did the changes you write. Nothing changes. Still the english words ??
No Toshi.
I’ve just bought CCgallery plugin, and that plugin was doing the job for me.
– With no answer in here, and other places, I thought this was the easiest way.
But thanks for you’re time
Regards
Any one?
And i realize that right now, the image “title” is under the image. Then it could be great to get the image “alt” tag above the image.
Regards
Forum: Themes and Templates
In reply to: can't create links on "sites" but i can in "posts"I’m using the latest version, yes.
Not that i can think off, no.
But i think i will survive, and just live with it. I can create links on “pages” now. But in “post” it will only show if you read the full post. Not the resume.