How to display total checkout in a new javascript-react app?

How to display total checkout in a new javascript-react app?

Desplo1
Shopify Partner
10 0 0

Hi, I created new app in my store, in extension need display the total of checkout, but i don't know display, this is my code:

import {
  reactExtension,
  InlineLayout,
  View,
  Image,
  Text,
} from '@shopify/ui-extensions-react/checkout';

export default reactExtension(
  'purchase.checkout.block.render',
  () => <Extension />,
);

function Extension() {  
  return (
    <InlineLayout border="base" cornerRadius="large" columns={['20%', 'fill']}>
      <View padding="base">
      </View>
      <View padding="base">
        <Text size="small">Pay in 4 interest-free payments of at the end of the checkout.</Text>
      </View>
    </InlineLayout>
  );

 

Screenshot 2023-10-23 at 15.25.52.png

Reply 1 (1)

BSS-Commerce
Shopify Partner
3477 464 552

Hi @Desplo1 ,

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency