Viewing 9 posts - 1 through 9 (of 9 total)
  • #18057
    jugmar
    Member
    Post count: 6

    Hi, I have few questions. This is my site: http://aloeinfoworld.com/

    1. I want the currency sign and the price to be divided with a one blank space. I mean, not $5,24 but $ 5,24

    2. If I choose “Direct bank transfer” as a paying option, I get a text under the option:
    “Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order wont be shipped until the funds have cleared in our account.” Where can I change this text?

    3. If then I click on Proceed order, I end on a page Order received. On that page, there’s a text “Need help? Call customer services on 0800 123 4567.” and then 4 links “Email customer care Shipping information Returns & exchange F.A.Q.’s” How can I change or delete this?

    4. On the News page, I don’t like to have the bar with tags, categories, search, RSS… on the top. I don’t like to have the little clouds for comments and little harts under the admin and date… and, I don’t like to have admin and date to… lol 🙂

    5. Where can I choose what info I need from my customers and which of them are obligatory at checkout? I don’t need “Canton”, for example…

    6. How long the “NEW” ribbon is on the article you add to the shop? Can I delete this or change?

    7. Is it possible and if yes, how to delete the filenames of the images on the single product pages when I click on the enlarge icon?

    LOL… I know there’s a lot of questions, but this are things I’d like to change…

    Regards and thanks for your answers.

    Marko

    #18276
    jugmar
    Member
    Post count: 6

    Anybody here…???

    #18649
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    1. Go to Woocommerce -> Settings -> Catalog -> Pricing Options -> Currency Position = Left (With Spaces)

    2. Go to Woocommerce -> Settings -> Payment Gateways -> Basc (Click its next to Payment gateways below the tab menu) There you can change the text.

    3. You can translate those using this: http://support.swiftideas.net/knowledgebase/how-to-translate-the-theme/ , You can delete this in wp-content\themes\neighborhood\woocommerce\checkout\thankyou.php remove this

    4. While creating blog using Page Builder you can choose Show blog aux options = No, it will get rid of that.

    5. Put this in Custom CSS

    #billing_state_field
    {
    display: none;
    }
    

    This will get rid of the state information in the Checkout.

    6. Can you show which “new” ribbon in the Demo?

    7. For simplicity shake put this in Custom CSS

    div.pp_woocommerce .pp_description
    {
    display:none !important;
    }

    Sorry for a late reply.

    Thanks,
    laranz.

    #18842
    jugmar
    Member
    Post count: 6

    Thanks for your answers, I’m very pleased with your service. Just one more question, for now: on the page Shop http://aloeinfoworld.com/shop/ , how to get rid of the yellow numbers for each category? Or not to show numbers at all?

    Thanks

    Marko

    #18922
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Marko,

    If you don’t want the yellow color, and want to put it as white means, put this in the Custom CSS of theme options.

    .count {
        background-color: #FFFFFF;
    }
    
    #18961
    catseye
    Member
    Post count: 43

    Hey Marko,

    Just wondering how you put the product categories on your Shop page rather than having individual products show up on there?

    Also, your site looks ace mate!

    Romeo

    #19773
    jugmar
    Member
    Post count: 6

    Hello again

    Sorry but #5 is not working… I added

    #billing_state_field
    {
    display: none;
    }

    Into my Custom CSS, but state/county is still there in some countries. I’d like do get rid of Phone number and state/county fields on the checkout page…

    Thanks

    Marko

    #19831
    jugmar
    Member
    Post count: 6

    Nevermind, I have resolved this with some changes in the functions.php… It’s OK now.

    #19952
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad you fixed it up 🙂

    Let me know if you have any other questions.

    Thanks,
    laranz.

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register