Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • in reply to: Remove decimals form front page in Swift Builder #291277
    RamonaBejan
    Member
    Post count: 24

    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!

    in reply to: Product page without gallery #290834
    RamonaBejan
    Member
    Post count: 24

    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: http://image.prntscr.com/image/978aebf0a61f4370bc877900c15f4a04.png
    Thanks

    in reply to: Product page without gallery #290038
    RamonaBejan
    Member
    Post count: 24

    You still didn’t answer my question. It’s been more than a week since i asked and no one bother to answer 🙁

    in reply to: Product page without gallery #289522
    RamonaBejan
    Member
    Post count: 24

    Thanks for your help Ed. And please answer on question about Typekit fonts.

    Thanks!

    in reply to: Product page without gallery #289148
    RamonaBejan
    Member
    Post count: 24

    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.

    in reply to: Product page without gallery #287015
    RamonaBejan
    Member
    Post count: 24

    All logo’s are added.
    Here’s the screenshot.
    Logo screenshot

    in reply to: Product page without gallery #286929
    RamonaBejan
    Member
    Post count: 24

    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 Bejan

    in reply to: Product page without gallery #286882
    RamonaBejan
    Member
    Post count: 24

    Hello 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:
    Blog blogs not the same height.

    Thanks.

    in reply to: Product page without gallery #286209
    RamonaBejan
    Member
    Post count: 24

    What do you mean ? How can i do that ? Can u give me a link for a video or something ?

    Thanks.

    in reply to: Product page without gallery #286153
    RamonaBejan
    Member
    Post count: 24

    how can i get same product gallery for the home page as vario http://swiftideas.com/vario-demo/

    Thanks.

    in reply to: Product page without gallery #285668
    RamonaBejan
    Member
    Post count: 24

    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.

    in reply to: Product page without gallery #285653
    RamonaBejan
    Member
    Post count: 24

    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.

    in reply to: Product page without gallery #285378
    RamonaBejan
    Member
    Post count: 24

    Yes and i told you i need it on check out page. See link here

    in reply to: Product page without gallery #285334
    RamonaBejan
    Member
    Post count: 24

    It’s set like that but it’s not showing the shipping form.

    See here
    Woocommerce shipping config
    Checkout page without a shipping form

    in reply to: Product page without gallery #285128
    RamonaBejan
    Member
    Post count: 24

    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.

Viewing 15 posts - 1 through 15 (of 23 total)