Skip to main content

4 posts tagged with "Enhancements"

View All Tags

· One min read
Arjun N V

Enhancements

  • Added improvements to the Shopify custom variations extension to accommodate adding product variants using Shopify Metafields by adding namespace and key within extension settings instead of using the predefined namespace and key method that was previously followed.

  • Added a filter (shipping-address-validator) to validate shipping address form fields.

  • Added support for media on the product description page (video and Image)

  • Added a filter (app-custom-root-components) to add root components. Documentation.

  • @react-native-async-storage/async-storage added as alias for @react-native-community/async-storage to avoid build failures.

  • Added __appmakerFlatListProps that can be used to pass props to FlatList which renders the blocks such as contentContainerStyle, columnWrapperStyle, etc.

  • Added support to hide header on scroll as well as transparent header. Documentation.

Fixes

  • Fixed the “Open All products” action that previously did not fetch any product when added.

  • Fixed hide products in PDP on appmaker-recently-viewed extension which was not working.

  • Fixed price filter max value change based on the previous search query.

· One min read
Arjun N V

Enhancements

  • Added a filter (shopify-flashlist-header-image) to update banners in the Flashlist collection image.

Bottombar Enhancements.

  • Added display condition for bottom bar label.
  • Added support for individual icon sizes on the bottom bar.

· 2 min read
Arjun N V

New Features and Enhancements

  • Added login hooks and moved to a new login structure. Documentation

  • Added a new hook (usePage) to fetch data from Shopify pages.

  • Added translation (useTranslation) to new text component (ThemeText).

  • Exposed Shopify page IDs for ease of development.

  • Implemented the functionality to add a new product list based on the collection ID/handle.

  • Add support to display custom toolbar icons and control the pages where they are displayed.

  • Accordion block inside PDP - UI uniformity improvements.

  • Added filter (app-toolbar-right-extra-components) to add extra components in the header toolbar.

  • Added product query inside the order fulfillment key.

Register page enhancements:

  • Input transitions to the next field by default.
  • Terms message fix.

Media Handling:

  • Deprecated old image size settings code within the Shopify extension.

  • Image resize functionality is added for images and media within the Shopify extension for the product detail page and product listing page.

Fixes:

  • Fixed image scroller's "view more" action not working.

  • Fixed the “Save Rs. X” text on invalid coupons within the coupon list extension by hiding them.

  • Fixed and added trim functionality for email and password fields to avoid error messages caused due to spaces.

  • Fixed the white screen loading issue when playing videos on the default video block.

  • Fixed Apple login not working in the new login UI

  • Fixed Error message for products changed from page not found to product not found.

  • Fixed the param (isInsideCartPage) to hide the add-to-cart toast when clicking to cart button from the cart page.

  • Fixed auto refreshing of Webview cart from our end, to avoid multiple refreshes when a change is made. This can be controlled by app partners as required.

  • Fixed the TextInput overflowing in row layout on login page.

· One min read
Arjun N V

New Features and Enhancements

  • Added a new product not found block.

  • Added a function to add multiple products to wishlist page under useProductWishList hook.

Fixes

  • Added a fix to retrieve data when there's no product information, ensuring the 'product_viewed' events are sent for analytics purposes. This can also be disabled from the Shopify extension (Disable tracking product without data.)

  • Fixed loading animations that were not working for Apple login.