WebSite X5Help Center

 
Steve B.
Steve B.
User

Shopping Cart Card Question  en

Автор: Steve B.
Просмотрено 433, Подписчики 1, Размещенный 0  

Hi, I have set up a shopping cart and as the order proceeds the customer gets to a page that shows the item and the price and then also says credit card £0.00 (see picture). I know this means there is no charge to use a card but is there a way to hide this credit card £0 as it is confusing. Thanks

Размещено
23 Ответы - 5 Полезно
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

Why should this be hidden?

It's nice when the customer finds out that the shop doesn't charge a fee.

Читать больше
Размещено От Daniel W.
Steve B.
Steve B.
User
Автор

Because it doesn't look like it is a credit card charge... What other shop has a credit card charge? My customer wants to know if it can be made to look like other shopping carts without the £0 charge so just asking if it can be done. 

Читать больше
Размещено От Steve B.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

On Google I found the information that no fees for credit card payments have been allowed in the EU since 2018. Now I understand why this amount should be removed.

Maybe the Incomedia staff knows how to remove the £0.

Читать больше
Размещено От Daniel W.
Incomedia
Eric C.
Incomedia

Hello Steve,
unfortunately this cannot be hidden through the software's settings at the moment, although there may be users who achieved this with custom code and provided help with this in other posts on the Help Center.
I remain available.

Читать больше
Размещено От Eric C.
JiPeR 48
JiPeR 48
Moderator

Hello Steve,

I found this discussion... perhaps it will be useful in this case?

https://helpcenter.websitex5.com/ru/post/272742

Try it out and let us know!  (...KolAsim's invention...)

J.P.

Читать больше
Размещено От JiPeR 48
Steve B.
Steve B.
User
Автор

Hi so I have copied the code and pasted it where it says to do it. Hopefully it is correct as it was a bit hard to see the spaces as it is a photo.

It has solved the problem on the left hand side but not on the right hand side (see picture)...any ideas as to what I have done wrong? Really appreciate all the help...Thank you

Читать больше
Размещено От Steve B.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

The entry on the right probably needs to be removed using Javascript code, maybe KolAsim has a code for that.

Читать больше
Размещено От Daniel W.
Steve B.
Steve B.
User
Автор

Can't see how I can send a message to KolAsim, any ideas? 

Читать больше
Размещено От Steve B.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

KolAsim should be in touch if he can help, and he will probably need a link to the website to provide a code.

Читать больше
Размещено От Daniel W.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ES
Daniel W.
KolAsim should be in touch if he can help, and he will probably need a link to the website to provide a code.

Hi J.P. and Daniel, thanks, and Steve, confirm, in order to evaluate I need to see the LINK of the online example...

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Steve B.
Steve B.
User
Автор

Is the above link what was required? 

Читать больше
Размещено От Steve B.
Daniel W.
Daniel W.
User
Лучший пользователь месяца DEЛучший пользователь месяца EN

Maybe KolAsim doesn't have time right now.

I have little knowledge of CSS and in my attempts I was able to hide either the entire left or right part or everything but not just the desired line.

Читать больше
Размещено От Daniel W.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ES

(It > En)  Arriving in /cart/ opens the alert:
You must select a payment method.
But there's no payment method on the page, and you can't proceed...!...

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Steve B.
Steve B.
User
Автор

Not sure what that error message is, mine shows payment is by credit card and proceeds to payment. I am back next week and will take another look at it. Many thanks for your help. 

Читать больше
Размещено От Steve B.
Steve B.
Steve B.
User
Автор

Just tried it again on different browsers and not getting an error message, The order is going through and giving me an order ref number, the seller is receiving the order and I am getting a confirmation email. I have no idea what the word 'dice' means on the error message. Any ideas?

Thanks again. 

Читать больше
Размещено От Steve B.
Incomedia
Eric C.
Incomedia

Hello Steve,
perhaps the payment methods are available only for certain countries?
It is likely KolAsim had Italy as the default country selected when trying to place the order.

Читать больше
Размещено От Eric C.
Steve B.
Steve B.
User
Автор

Ah yes I set it to UK... I will change it next week when I am back... Thank you. 

Читать больше
Размещено От Steve B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ES

grazie Eric, non ci avevo pensato, è la prima volta che mi è capitatofoot-in-mouth, ciao.

...............................................

>> code for CART Properties > Expert > Before closing /HEAD tag:

<style>
.pay-table {display:none !important}
#cart-sidebar .s-flex:nth-child(3) .s-cell-desc,
#cart-sidebar .s-flex:nth-child(3) .s-cell.right {
display:none !important}
</style>

... x #step3

.

ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Steve B.
Steve B.
User
Автор

Thank you so much, I will add this next week. 

Читать больше
Размещено От Steve B.
 ‪ KolAsim ‪ ‪
 ‪ KolAsim ‪ ‪
Moderator
Лучший пользователь месяца ES

... OK .. ciao

.

Читать больше
Размещено От  ‪ KolAsim ‪ ‪
Peter H.
Peter H.
User
  1. Open your project in WebSite X5
  2. Go to Step 1 - Settings
  3. Click on Statistics and code
  4. Look for Code Then Drop down to "After opening the head" section
  5. Paste this code there:

css.cart-table.pay-table.second-column,.cart-table.pay-table.last-x,.col-price-ship-pay{display: none !important;}

Alternatively, if you have a custom code box in the page settings, you can add it wrapped in style tags:

html<style>.cart-table.pay-table.second-column,.cart-table.pay-table.last-x,.col-price-ship-pay{display: none !important;}</style>

Then republish your site and the Price column should be completely gone.

Good luck 

Читать больше
Размещено От Peter H.
Steve B.
Steve B.
User
Автор

Thank you

Читать больше
Размещено От Steve B.