Shopping cart - by Orna Ohayon - on WordPress WooCommerce support

This topic has 18 replies, 3 voices, and was last updated 5 years, 1 months ago ago by Rose Tyler

  • Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    August 9, 2018 at 12:16

    Hello,

    1. Shopping basket
    The X falls on the text and you can’t see that you can subtract a product
    I like that it will move and seen on the right
    https://snag.gy/i0w6Jl.jpg

    2. When you are in the shopping cart and add quantity in the product
    The price is not specified for the quantity selected for the specific product,
    But only total cost according to the total quantity in the summary
    https://snag.gy/oCO5ql.jpg
    I like that the costumer will have the option for add easily with +
    and the he will see
    Price x quantity
    As in the attached link example:
    https://snag.gy/xUdTrc.jpg

    3. Where do I change the caption
    From: עגלת קניות to סל הקניות שלי
    From: עדכן עגלת קניות to עדכן סל הקניות שלי
    https://panima.co.il/cart/

    Best Regards
    Orna

    Please, contact administrator
    for this information.
    17 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 9, 2018 at 16:56

    Hello,

    Dashboard access does not work, the wrong password. And we need FTP, not cPanel. Can you provide FTP please?

    1) Use the following code

    .rtl .woocommerce-mini-cart .product-image {
        float: right;
        margin-right: 0 !important;
        margin-left: 10px;
    }
    
    .rtl .shopping-cart-widget .widget_shopping_cart_content ul li .media img {
        margin-right: 0;
    }
    
    .rtl .shopping-cart-widget .widget_shopping_cart_content ul li .media .media-body {
        float: right;
        text-align: right;
    }
    
    .rtl .shopping-cart-widget .widget_shopping_cart_content ul li .delete-btn {
        position: absolute !important;
        right: unset !important;
        left: 15px !important;
    }
    
    .rtl .shopping-cart-widget .widget_shopping_cart_content .totals .small-h {
        float: right;
        padding-left: 10px;
    }
    
    .rtl .shopping-cart-widget .cart-summ .price-summ .amount {
        padding-right: 5px;
    }
    

    2) We’ll be able to change the price of the single product to subtotal price once you provide FTP access.
    3) Sorry, I don’t understand your language, so I don’t understand what strings do you want to change. Anyway, if you want to edit translation go to Loco Translate and edit WooCommerce plugin and Legenda theme translations according to your needs.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    August 13, 2018 at 20:26

    1) Where to put the following code?

    2) My FTP access-send in Privet

    3) Where do I change the caption
    From: Shopping Cart to My Shopping Basket
    From: Update Shopping Cart to Update My Shopping Basket
    https://panima.co.il/cart/

    4) All the buttons of : Add to Basket (הוספה לסל הקניות),
    include on the See more products
    need to be the same color #ff0066

    Best Regards
    Orna

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 14, 2018 at 11:17

    Hello,

    1) To add CSS changes use child theme style.css file. We have added code.
    2) FTP is ok, but Dashboard access is still wrong.
    3) If you want to edit translation go to Loco Translate and edit the WooCommerce plugin and Legenda theme translations according to your needs.
    4) I’m not sure where exactly you want to change the color of the add to cart/read more button. On shop page? And do you want to change the text color or background color or border color? Provide me screenshot for better understanding.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    August 14, 2018 at 13:43

    Hello Olga,

    1. shopping cart – add quantity in the product :
    the arrow need to be make mirror look
    https://snag.gy/WfCA7M.jpg

    2. see on Privet

    3. I change same text and most of them changed, but the word Cart and Update shopping cart didn’t changed: https://snag.gy/GV031W.jpg
    https://snag.gy/EM2Pzw.jpg
    https://snag.gy/ri1owz.jpg

    4. on the See more products
    The buttons add to cart
    need to be the same color #ff0066
    https://snag.gy/5EHRTA.jpg

    Best Regards
    Orna

    Please, contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 14, 2018 at 16:02

    Hello,

    1. Check now.
    3. What you have in translation file http://prntscr.com/kij9bu the same on the frontend. I suppose you changed the translation of the WC plugin only and forgot about theme translation. Because once I made changes in theme translation file for the update cart, for example, it works fine.
    4. Add the following code in child theme style.css

    .add_to_cart_button {
        color: #fff;
        background: #ff0066;
        border-color: #ff0066;
    }
    .add_to_cart_button:hover {
        text-decoration: underline;
        color: #fff;
    }

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    August 14, 2018 at 17:28

    Hello Olga,

    4. On brand or category page I like the buttons withe and not pink
    https://snag.gy/gfL8TK.jpg
    but on the product page where you have “more product to see” I like that the buttons of add to the basket will be pink
    I wont that will be only on add to basket and not on Read more buttons
    https://snag.gy/5EHRTA.jpg

    5. On Mobile I don’t see all the changes:
    – arrows to download and add quantity
    https://snag.gy/w23shg.jpg

    – The word carriage is still exsiset
    https://snag.gy/NvQ01I.jpg

    6. If I delete product from carriage* or add product to carriage**
    I don’t wont to see the note if I sure or that it add to the carriage
    * https://snag.gy/NvQ01I.jpg
    ** https://snag.gy/afohJI.jpg

    Best Regards
    Orna

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 15, 2018 at 17:33

    Hello,

    4) Do you want to make Add to cart button pink for the related products only? Then use the following code

    .single-product .add_to_cart_button.ajax_add_to_cart {
        color: #fff;
        background: #ff0066;
        border-color: #ff0066;
    }
    .single-product .add_to_cart_button.ajax_add_to_car:hover {
        text-decoration: underline;
        color: #fff;
    }

    5) – Thre is no place to show that buttons because if you enable them they will be too close to removing button http://prntscr.com/kizggn
    – “The word carriage is still exsiset” – don’t understand your question. What word should be removed? Can you highlight it on the screenshot?
    6) You can remove “successfully added” message that appears over the product image using the code below (we added code in child theme style.css)

    .added-text {
        display: none;
    }

    But the message about the removed item is the default WooCommerce message and does not have any special classes to hide it. So, it’s possible only by additional customization. You can submit the customization request here.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    August 16, 2018 at 09:56

    Hello Olga,

    4) Thank you (:

    5) I mean that I don’t see the arrows that you add for the quantity and I see it on regular computer
    HERE I SEE THE ARROWS – https://snag.gy/zaC8Tc.jpg
    ON MOBIL IT’S NOT APPEARS – https://snag.gy/8UTzgv.jpg

    6) on mobile it’s not removed – “successfully added”
    https://snag.gy/sTvJBk.jpg

    Best Regards
    Orna

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 16, 2018 at 10:09

    Hello,

    4. You’re welcome!
    5. There is no place to show that arrows because if we enable them they will be too close to removing button https://prnt.sc/kizggn Is it ok for you?
    6. Please clear cache and check one more time.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    August 16, 2018 at 17:34

    Hello Rose,

    1. I don’t know what happens but shopping carat changed on Mobile
    I don’t see all the window
    https://snag.gy/kJY2pC.jpg

    2. Hop that the template support that
    I want my shopping basket
    Open as a pop up window and will contain all the parameters until the end of the purchase and not the transition between windows
    As in the example in the attached link
    https://snag.gy/n7Zztp.jpg
    Name, product name, price, brand, quantity with option to add quantity or remove product
    —————————–
    Shipping
    —————————-
    coupon
    —————————–
    Total payable
    Continue to place an order

    3. How do I make that the login with facebook will work?

    Best Regards
    Orna

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    August 17, 2018 at 12:59

    Hello,

    1. Check now.

    2. Legenda theme does not have such cart layout.

    3. Legenda does not have FB login option. XStore theme has. So, you can draw your attention to XStore https://themeforest.net/item/xstore-responsive-woocommerce-theme/15780546
    Also, XStore has better RTL styles.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    February 21, 2019 at 17:58

    Hello,
    I don’t know why but the price on the carat on mobile does not exist as was before
    https://snag.gy/oCO5ql.jpg
    I took the link from above

    on legenda-child / style.css I see the code:
    }

    .rtl .shopping-cart-widget .cart-summ .price-summ .amount {
    padding-right: 5px;
    }

    why it disappear if it was before?
    Best Regards
    Orna

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 22, 2019 at 08:47

    Hello,

    I do not see the problem on your site – https://prnt.sc/moihr1 Please describe it in more details.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    February 24, 2019 at 07:22

    Hello,
    The problem is when you roll down you don’t see anything on the basket
    https://snag.gy/Wsd671.jpg

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 25, 2019 at 08:37

    Hello,

    There is no possibility to show the price using a custom css code only. You need to edit header.php via the child theme.

    Regards

    Avatar: Orna Ohayon
    Orna Ohayon
    Participant
    February 26, 2019 at 12:40

    Hello Rose,
    I don’t understand what to do…
    what to edit on header.php via the child theme
    did you make any changes there? because yesterday the site change again to the template view.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 26, 2019 at 13:39

    Hello,

    We did not make any changes on your site yesterday.
    In the header.php you can find the content of the fixed header – http://prntscr.com/mqbtrr and edit it.
    If you need help with additional customization, contact Codeable team – https://codeable.io/?ref=qGTdX

    Regards

  • Viewing 18 results - 1 through 18 (of 18 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.