cart/

Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #526600

    enes.calisir
    Participant

    Dear Support,

    I need support before launching my website
    1) cart icon hovering: says “enthällt 10ml means its showing the selected variation twice. this should be removed (see screenshot

    2) how can I enable / set back in stock notificaiton for wihslist products?

    3) product price in portfolio should say e.g. “from 9,99€” now it is only e.g. “9,99€” plug in: variation price display range for woocommerce. when activated shop page dont working

    4) “add to cart” button text colour not white should be black

    5) attributes: not in ocrrect order. they are ordered from a-z. individual is already activated but I cannot change the position manually

    6) while hovering “add to wishlist” text is too long. not visable. change text size

    general problem. site is loading too long. e.g. when changing product variation wihtin product page.

    thanks a lot and Regards
    Enes

    Attachments:
    You must be logged in to view attached files.
    #526602

    enes.calisir
    Participant

    additionally to that I have tried: https://xtemos.com/forums/topic/reset-variations-doesnt-show/
    to not display the reset button. but it is still there….

    #526804

    Hello,

    01. These are your product’s attributes. You need to remove them from the edit product page.

    2,3. Sorry to say but we didn’t seem to understand your concern. Could you please elaborate on your concern more with some useful Screenshots so that we can better understand and assist you accordingly?

    04. Navigate to Theme Settings> Styles and colors > Buttons > select the elements from drop down and customize it.
    https://ibb.co/Pg9pQ96
    Here is the documentation:
    https://xtemos.com/docs-topic/advanced-button-styles/

    05. You can adjust the order of the attributes via Products -> Attributes -> drag each attribute in the appropriate order (more detail in the below video).
    https://monosnap.com/file/H9O9u7fyWBUApExfNk1Ma9t0xRczpq

    06. I have checked your site and hover on grid products the add to wishlist text is showing fine.

    07. Also the reset variation button is showing on your site.
    https://ibb.co/QQBjFz1

    Best Regards.

    #527018

    enes.calisir
    Participant

    1) but if I remove, how can customer chose between variable options? e.g. in my case I have one product where customer can choose 2ml 3ml 5ml or 10ml. If i remove the attribute of this, then they cannot selct I think?

    2) if customer puts a product in their wishlist which is not available right now due to no stock, they should get an email automatically after I have this product in stock again. You wrote that this is standard in woodmart to a question from another user here in the forum.

    3) I have uploaded the screenshot

    4)not working please see screenshot. still white text

    5) understood, but this is not good in my case let me give more details. I will sell perfumes, and some have e.g. roses as main scents, therefore “roses” should be in first and then e.g. coffee or ambra or smthng else. But another perfume has maybe coffee as main scent and then roses, so on this product the “roses” shuold be on second and not first. So I need to adjust the attribute order manually in best case for each product/attribute group

    6) true, OK

    7)how can I remove reset button? I want to not display it “hidden”

    Thanks a lot

    Attachments:
    You must be logged in to view attached files.
    #527025

    enes.calisir
    Participant

    point 1) is solved. It was the issue of plug in “germanized” for German market. this can be ticked as

    #527032

    enes.calisir
    Participant

    2) is also solved. solution was in woocommerce setting mails.

    #527134

    Hello,

    04. Now the text is in black color: https://ibb.co/3dHTbcY. Check back your site after completely
    clearing the browser cache.

    05. This is the way it works. You can change the order of attributes from here. There are no more options in theme settings available for that.

    07. Try to add the following code in the function.php of the child theme.

    add_filter('woocommerce_reset_variations_link', '__return_empty_string');

    Best Regards.

    #527586

    enes.calisir
    Participant

    ok thanks.
    05. this is really bad to be honest… but OK

    one more question. Can I edit the size if filter in shopping menu? my target is to
    and in mobile view the products are too close

    thanks and Best Regards

    #527588

    enes.calisir
    Participant

    one more thing.
    in germany we need to show base price of the product. I have set as unit “100” and “ml”
    in shop page this is shown correctly but on product page not. I have contacted Germanized for this they saying this issue is maybe a failure in the CSS from Woodmart. Could you help me out?

    Attachments:
    You must be logged in to view attached files.
    #527925

    Hello,

    01. Can you please tell us which filter size you want to edit,share some screenshots and share the page url so I will check and give you a possible solution.

    02. Please check this screenshot the base price is showing on single product page:
    https://ibb.co/PGkS0Mc

    Best Regards.

    #528351

    enes.calisir
    Participant

    01) see screenshot. in mobile view the red marked space between two products should be more. Lets try 1.5x (50% more) than the space it is right now
    in private content you will find my log in data

    02) yes but just before clicking one of the variations. after selecting one the 100ml is disappearing. you can try it.

    Attachments:
    You must be logged in to view attached files.
    #528379

    enes.calisir
    Participant

    also Theme File editor is not visable in word press admin page.
    appearence –> themes… but there is no them file editor

    #528538

    Hello,

    01. Please add the following Custom CSS code to Theme Settings > Custom CSS > CSS for mobile

    .product-wrapper {
    margin-bottom: 20px;
    }

    02. I have checked your site and select the product it is fine:
    https://www.veed.io/view/14b925ab-240e-4208-a3be-a63b9a85adaf?sharingWidget=true&panel=share

    03. Please follow this guide:
    https://dropdeadsites.com/wordpress-theme-editor-missing/

    Best Regards.

    #528731

    enes.calisir
    Participant

    thanks,
    either it doesnt work or I have real issues with my cache. how can I be sure to clear my cache?
    another problem which is maybe cache issue is: I use loco translate but all the translated words are not in german anymore they are in default english again. e.g. wishlist and cart “add to cart” etc.

    02) yes on cart it is fine but not in product page it self. have a look at screenshot. you can see “599,67 €ml” so 100 just before ml is missing. and in perfect way it should look like this: “599,67 € / 100ml”
    with spaces and “/”

    Attachments:
    You must be logged in to view attached files.
    #528967

    Hello,

    01. The translation issue has been solved. Please check the site after removing the browser cache.

    02. When you click on the variation the price unit “100” Is showing. You need to clear the variation and then choose the other variation item.
    https://ibb.co/z6xcTpP

    Best Regards.

    #529928

    enes.calisir
    Participant

    01 ok thanks

    02. I have removed the “clear” x as it doesnt look good tbh.
    so customer cannot clear the selected part. And still ml without 100 please see current screenshot:
    already tried to remove all custom css, but didnt worked.

    Attachments:
    You must be logged in to view attached files.
    #530013

    Hello,

    You need to enable the clear variation feature if you want this. You can remove the PHP Code from function.php of the child theme.

    Best Regards.

    #530232

    enes.calisir
    Participant

    hm ok, but customer would need to click on “clear” everytime to show the correct 100 ml value.
    I think maybe it will be better for me to show just Liter prices instead of 100ml than I wouldnt have the problem if correct number is not shown

    #530399

    Hello,

    The Woocomerce search does not provide such an option. It requires customizations and this is beyond our limitations and support policy.

    Best Regards

    #530720

    enes.calisir
    Participant

    Hello,

    this has nothing to do with “Search”. It is just the display of 100 ml below the price.
    ok

    Best Regards,
    Enes

    #530855

    Hello,

    Sorry for the early confusion!

    But 100 ml is showing after the price on your site.
    https://ibb.co/NrXPphQ

    Best Regards.

    #535921

    enes.calisir
    Participant

    ok thanks,

    How can I change the layout of payment option. please see attached how it looks currently.
    on product page the paypal option should be right below google pay option, and just after that the payment options should come. or google pay and paypal can be side by side 50/50 this could also be fine.

    check out page:
    if possible paypal should again be side by side with google pay

    thanks and BR
    Enes

    Attachments:
    You must be logged in to view attached files.
    #536099

    Hello,

    Unfortunately, it is not possible. HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.

    Best Regards.

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