This topic has 18 replies, 3 voices, and was last updated 5 years, 8 months ago ago by Rose Tyler
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
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
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
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
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
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
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
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
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
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
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
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
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
Hello,
I do not see the problem on your site – https://prnt.sc/moihr1 Please describe it in more details.
Regards
Hello,
The problem is when you roll down you don’t see anything on the basket
https://snag.gy/Wsd671.jpg
Regards
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
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.
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
You must be logged in to reply to this topic.Log in/Sign up