Тёмный

Commerce Cloud LWR Checkout Updates 

Salesforce Mojo
Подписаться 4,3 тыс.
Просмотров 1,8 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@OwaisAminAhanger
@OwaisAminAhanger 9 месяцев назад
New LWC Modules/hooks for Commerce cloud are indeed helpful. It saved a hell lot of time while customizing checkout ☺
@salesforcemojo
@salesforcemojo 9 месяцев назад
Sounds like you’ve used it already! Good to hear! Any learning you had that I didn’t cover?
@sfchamp
@sfchamp 7 месяцев назад
Hi Shane, Thanks for the great content as always. I am also building a custom component which will show addresses in view and select only mode, after fetching them from the contactpointaddress. So we will basically select Shipping address and then the billing address. import { useCheckoutComponent } from 'commerce/checkoutApi'; export default class EcomCheckoutAddress extends useCheckoutComponent(LightningElement) { I have used the mixin for my purpose and then just called the dispatchUpdateAsync function after creating the formRequest. But I have to implement the same for billing address but when I make a selection in one of the components, the other one is overwritten. So my questions are : 1. How to communicate values between these 2 components or any with other OOTB components like delivery notes? 2. Is this way the correct way to store the address in the backend? 3. What should be the format of the address which we pass from here? Like what all data can we send? Thanks. updateCheckoutForm() { let formRequest; if (this.addressType === 'Shipping') { console.log('Inside Shipping Address form'); formRequest = { defaultDeliveryGroup: { deliveryAddress: this.selectedAddress } , billingInfo: { address: this.selectedBillingAddress } }; } this.dispatchUpdateAsync(formRequest) .then(() => { console.log('Address sent successfully'); }) .catch((error) => { console.error('Error updating checkout form:', error); });
@shreyasnair-g1h
@shreyasnair-g1h 9 месяцев назад
Hi shane, great video but in your previous checkout video when i integrate stripe it shows unexpected gateway resopnse and in the gateway logs for authorize it says secret key required could you help me with this
@rayannabragg3823
@rayannabragg3823 7 месяцев назад
Hi Shane, we're in the first testing/implementation stages and are having an issue with the order summary being created after checkout. The place order button seems to be working as an order confirmation is created - just no order summary record. We are looking for a PO only solution for early phases of development. Do you have any suggestions for us?
@salesforcemojo
@salesforcemojo 6 месяцев назад
Hey! My first suggestion is always to go to the process exception object as it will typically have a record that details what the error was. Since the checkout was successfully, this means there was an error going from order to order summary. That sometimes comes down to validation rules, or other customization in your instance. If you keep running into issues, reached out to me on LinkedIn!
@User1-rw7si
@User1-rw7si 9 месяцев назад
Where Can I find these LWC components that you're using, shippingAddress for example? Thanks
@salesforcemojo
@salesforcemojo 9 месяцев назад
Here is the link! github.com/commerce-codeitforward/Components-For-Salesforce-Commerce-Cloud/tree/main/checkout/shippingAddress
@User1-rw7si
@User1-rw7si 9 месяцев назад
thanks @@salesforcemojo
@vincechau4789
@vincechau4789 2 месяца назад
@@salesforcemojo Hi Shane, wondering why the installation steps for the code is saying to drag the components (Shipping method /Instructions) to the Cart page and not the Checkout page?
@salesforcemojo
@salesforcemojo 2 месяца назад
@@vincechau4789 that’s likely just a typo!
@SwarajKumarDhal
@SwarajKumarDhal 6 месяцев назад
How can I update the labels on the Checkout notification component, Is there any way>?
@salesforcemojo
@salesforcemojo 6 месяцев назад
If your asking about updating the out of the box error messages, no there isn’t a way to do this. If you plan to customize checkout, then yes there are ways you can do this when you build your custom components
@sachinvispute9234
@sachinvispute9234 9 месяцев назад
Amazing
@salesforcemojo
@salesforcemojo 9 месяцев назад
Thank you for watching!
Далее
SF Mojo's Upcoming Videos
4:06
Просмотров 429
Demystifying Commerce Cloud Extensions
29:26
Просмотров 2 тыс.
Salesforce Commerce Cloud Storefront APIs
23:11
Salesforce Commerce Cloud Alternative Payments
36:52
Просмотров 2,7 тыс.
Native Shipping in Commerce Cloud
15:59
Просмотров 851
Salesforce Commerce Cloud Objects & Fields Pt1
31:53
Просмотров 2,3 тыс.
Custom Purchase Order in Commerce Cloud LWR Checkout
27:59
Refreshed Commerce Cloud App
16:29
Просмотров 742