Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
There is no fix.
He set the decimals in woocommerce settings from 2 to 0.And if u want to send data with decimals paste this in your functions.php of your teheme.
add_filter( 'woocommerce_price_trim_zeros', 'wc_hide_trailing_zeros', 10, 1 ); function wc_hide_trailing_zeros( $trim ) { global $woocommerce; if($woocommerce && is_woocommerce()){ return true; } }
hope this works for you too!
Hello again.
How can i remove the last .00 form swift builder. I need them to not be displayed and to set in woocommerce to 0 is not an option because my online payment requires them.Eg:
ThanksYou still didn’t answer my question. It’s been more than a week since i asked and no one bother to answer 🙁
Thanks for your help Ed. And please answer on question about Typekit fonts.
Thanks!
Hello again and sorry for not getting back to you but i had some problems. And thanks for your support. You should be able to login now. And also i want to ask if is possible to use Typekits fonts (i have purchase them) and i want to use them with this theme.
Thanks again for your help.
All logo’s are added.
Here’s the screenshot.
Hi.
Thanks, but it’s not working. Beside that i want to ask about logo. The image quality is not as the image i upload. I have tried to reupload it many this via wordpress and ftp. And it’s still having the same quality. Can you give a help.
PS: i have moved the site to public version on http://www.aerium.ro (the link i gave you when i have created the site was for editing and adding data before it’s gonna been set for live). login link: http://www.aerium.ro/wp-admin/ (with the same login credentials i have provided when i started this topic).Thanks,
Kind regards, Ramona BejanHello again.
Can you please tell me how can i get the latest post from blog to have the same size on the first page ?
http://aerium.lab-404.com/
ex:
Thanks.
What do you mean ? How can i do that ? Can u give me a link for a video or something ?
Thanks.
how can i get same product gallery for the home page as vario http://swiftideas.com/vario-demo/
Thanks.
I menage to get the .po but now it’s not working as it should since the new version have some changes in the code and the translated lines it’s not matching anymore. can i give you the .po so can you fix the matching lines ?
Thanks.
I didn’t find the issue with woocommerce that you said but i have another major issue. i have translated the .po and now after update has been deleted. and i don’t have a back up of it and to retranslate it is not a solution. I have translate the front end part.
Yes and i told you i need it on check out page. See link here
It’s set like that but it’s not showing the shipping form.
See here
I need a shipping form so the users can complete when they are buying products from my website.
For example:
We have the billing from where user can complete with his first name, last name, email, street address and so on.. and i want to add another form for shipping in case they want the products to be shipped to other address than the billing one.I hope you got the picture now 😀
Thanks.
And I’m sorry to put you on this hard work but i need this things on my website. Once again thanks for your help Kyle and i appreciate the support. -
Posted in: We hit Power Elite.