Checkout - by sebdicam - on WordPress WooCommerce support

This topic has 56 replies, 3 voices, and was last updated 8 years ago ago by Jack Richardson

  • Avatar: sebdicam
    sebdicam
    Participant
    March 30, 2016 at 15:34

    Jack,

    When a client order, i receive details of his order. Where can i change some word of this invoice?
    I tried to look on woocommerce, legenda, but don’t find.

    Thanks

    Avatar: sebdicam
    sebdicam
    Participant
    March 31, 2016 at 09:44

    Hello Jack,

    All resolved. Thank you.
    – For the widget account : http://prntscr.com/alyin4
    I don’t know where to find it.

    – Where i translate this text “set your account…”: http://prntscr.com/alyin3

    -When you are in registration: https://aitoguerriersdupacifique.com/my-account/
    I would like to change “connectez-vous” & “créer un compte” in black color.

    -For shipping in cart page, is it possible to have something like this: http://prntscr.com/alxdz0

    On all simple page product i have a grey line in middle of title product:
    https://aitoguerriersdupacifique.com/produit/tee-shirt-chasseur-alpin-2/

    Thanks
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 31, 2016 at 13:24

    Hello,

    1)

    On all simple page product i have a grey line in middle of title product:
    https://aitoguerriersdupacifique.com/produit/tee-shirt-chasseur-alpin-2/

    Remove background-color:transparent; in Custom CSS in line 215.

    2)

    For the widget account : http://prntscr.com/alyin4
    I don’t know where to find it.

    It’s sidebar which can be enabled/disabled in Theme Options > Shop > Enable sidebar on “My Account” page.

    3)

    Where i translate this text “set your account…”: http://prntscr.com/alyin3

    Check the wp-content/themes/legenda/framework/theme-functions.php file in line 1265.

    4)

    When you are in registration: https://aitoguerriersdupacifique.com/my-account/
    I would like to change “connectez-vous” & “créer un compte” in black color.

    Use this css code:

    #customer_login .span6.content-box h2 {
        color: black;
    }

    5)

    For shipping in cart page, is it possible to have something like this: http://prntscr.com/alxdz0

    Try the following css code:

    ul#shipping_method li {
        background-color: black;
        color: white;
        padding: 5px;
        margin-bottom: 5px;
        font-family: Play;
        text-align: center;
    }
    
    #shipping_method li input[type="radio"] {
        background-color: black !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    March 31, 2016 at 13:53

    Hello Jack,

    Thank you for your answers.

    – My sidebar for account is enable, but i don’t see the same widget like you.http://prntscr.com/alyin4

    – For the black solid behind shipping option (cart menu) is very nice! but we don’t see the price of shipping. (same color like the background)

    -Is it possible to have more bigger pict in submenu “Galerie” “Pacifique” “Aito le film”.

    -how can i remove or change this http://i63.tinypic.com/ravhgh.jpg
    (when you select on category in main shop)

    regards
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 31, 2016 at 16:51

    Hello,

    1)

    My sidebar for account is enable, but i don’t see the same widget like you.http://prntscr.com/alyin4

    Go to Appearance > Menus > create needed menu and assign it to Account menu.

    2)

    For the black solid behind shipping option (cart menu) is very nice! but we don’t see the price of shipping. (same color like the background)

    Use this css code:

    tr.shipping .amount {
        color: red !important;
    }

    3)

    Is it possible to have more bigger pict in submenu “Galerie” “Pacifique” “Aito le film”.

    Try this css code:

    .image-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-11834, .image-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-11832, .image-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-11831 {
        width: 30% !important;
    }

    4)

    how can i remove or change this http://i63.tinypic.com/ravhgh.jpg
    (when you select on category in main shop)

    Try to use the following css code:

    .product-category .mask-container .block-mask {
       display: none;
    }

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    March 31, 2016 at 17:40

    Hello Jack,

    All is good thanks.(for shipping option, very great)

    Just one thing, in account page. I don’t want “rechercher” widget, just the avatar with under menu “mon compte” “mon panier” in full page. When i disable the sidebar in 8theme option, menu disapears.
    Last thing on account page, how i put the logout in the menu too?
    Thank you.

    Sébastien

    Avatar: sebdicam
    sebdicam
    Participant
    March 31, 2016 at 18:45

    Jack,
    I ve a problem in admin worpress:http://i67.tinypic.com/nlq2y8.jpg
    Some pages have problem presentation.
    Thank you
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 1, 2016 at 08:56

    Hello,

    1)

    in account page. I don’t want “rechercher” widget, just the avatar with under menu “mon compte” “mon panier” in full page. When i disable the sidebar in 8theme option, menu disapears.

    Go to Pages > edit My Account page > set Sidebar Position to “Without Sidebar” http://prntscr.com/alhj1v

    2)

    Last thing on account page, how i put the logout in the menu too?

    You can add custom link in menu editor: go to Appearance > Menus > Custom Links > add the link
    https://aitoguerriersdupacifique.com/wp-login.php?action=logout&redirect_to=https%3A%2F%2Faitoguerriersdupacifique.com and element name http://prntscr.com/amos0k

    3)

    I ve a problem in admin worpress:http://i67.tinypic.com/nlq2y8.jpg
    Some pages have problem presentation.

    The issue is caused by “YITH WooCommerce Bulk Product Editing” plugin you are using.

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    April 1, 2016 at 15:12

    Hello Jack,

    Thank’s a lot for your patience. All works.
    I ll checked all again this week end. I ll be back on monday to if there is any other problem.

    have a good week end.
    regards

    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 1, 2016 at 16:29

    Hello,

    You are welcome.
    We’ll wait for your reply.

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    April 1, 2016 at 18:13

    Hello ,

    I try to get popup window, but when i active it, it’s not my picture.
    I wrote the block code, my pict is in static block.
    Any idea?

    Thank you
    Sébastien

    Avatar: sebdicam
    sebdicam
    Participant
    April 1, 2016 at 18:42

    Hello,

    ok i could put it on, but i ve 2 black cross up right window and popup on mobile device is cut. How can i have fill pict width?

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 4, 2016 at 09:05

    Hello,

    i ve 2 black cross up right window

    Add this css code in Custom CSS:

    .popup-modal-dismiss .icon-remove::before {
        display: none;
    }

    popup on mobile device is cut

    Try to use the following css code:

    #etheme-popup {
        background-size: contain !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: sebdicam
    sebdicam
    Participant
    April 4, 2016 at 09:08

    Hello Jack,

    Thank you.
    – Is it possible to have only one time the popup/cession?

    – i have some problem with product like :
    Drapeau WallisFutuna personnalisé 180 cm
    I selected categories “drapeaux personnalisé”and “drapeau wallis & futuna” but it’s not appear no where. What is the problem?
    Thank you.

    Sébastien

    Avatar: sebdicam
    sebdicam
    Participant
    April 4, 2016 at 13:30

    I resolved the problem of product doesn’t display in category. (i don’t know why, it was there before)I created them again. If you know why…

    – I just wanted to know for popup: Is it possible to have only one time the popup/cession?
    – search bar find nothing (articles, product…., why? )

    Thanks
    Regards
    Sébastien

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    April 4, 2016 at 16:21

    Hello,

    I just wanted to know for popup: Is it possible to have only one time the popup/cession?

    The only way is to tick “Do not show this popup again” on popup block and it won’t be displayed until user delete cookies in browser.

    search bar find nothing (articles, product…., why? )

    Go to Theme Options > AJAX Search and enable needed option.

    Best regards,
    Jack Richardson.

  • 1 2 3
    Viewing 56 results - 41 through 56 (of 56 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.