Merchandising
Global-e Promotions
Global-e has added and configured the following conditions to Hybris:
Set the Global-e shipping country as a condition
Set the country-specific exclusion condition
Apply the currency conversion to a fixed discount
Apply the free shipping coupon
To create a new promotion:
Log in to Backoffice.
Go to Marketing Promotion Rules > Create New Promotion Rule.
Select the Conditions and Actions tab.
Add the details of the promotions: Code, Name, and Description.
Example of Promotion #1
10% off all products excluding Global-e operated countries
Under the Conditions and Actions tab, expand the Condition section.
Under Available Conditions (right menu), select Operated by Global-E.
Under Operated by Global-e, select false.
Go to the Actions section.
Select the action 'Percentage discount on cart'.
Under Percentage discount value, specify % off.
Click Save.
To set a promotion live, click the Publish icon (on the right).
To stop or deactivate the promotion click the 'Archive' button next to the bin.
Refresh your website.
The messaging should appear in the cart.
You can also see the adjustment of the total price.
Example of Promotion #2
10EUR off 100EUR minimum spent on all products in Germany
Select the Conditions and Actions tab.
In the Conditions area, select a condition:
Under Available Conditions (right menu), select Qualifying Countries.
In the main area, set:
Countries: Germany
Cart total value, in the EUR field: 100
Operator: IN
Select a second condition:
Under Available Conditions, select Cart Total.
In the main area, set:
Cart total value, in the EUR field: 100
Operator: >=
In the Actions area, create the action Absolute Discount Value:
Go to Fixed discount on cart > Absolute discount value >
In the EUR field, set the value 10
Note
Note that the Promotion feature is country-specific.
Hence, if the checkout currency is different from the promotion currency,
Global-e conversion rates are applied. This rate is rounded to two decimal places.
Example of Promotion #3
Free Shipping Coupon
In the Conditions area, under Available Conditions (right menu), select the condition Coupon Code.
Select the trigging coupon name. Example: FREE_SHIPPING to be filled in between brackets []
In the Actions area, under Change delivery mode, enter free-standard-shipping.
Save and publish the promotion.
Add a product to the cart.
In the coupon field, enter FREE_SHIPPING. Against the delivery, cost FREE is indicated.
Go back to the Global-e iFrame checkout. A Free Delivery option is now available.
Known Limitations
Care should be taken when creating a promotion where conversions are used.
Actions with fixed discounts will not be applied if neither store’s default currency - nor a promotion’s action currency matches a customer session currency.
For example, a discount is not be applied in the following cases:
A promotion action with a fixed discount in USD
The store’s default currency is EUR
The customer cart currency is PLN
Cookies Disabled
If customers do not enable cookies, they cannot change the default country and checkout via Global-e.
Global-e manages a range of cookies. The Global-e add-on modifies one cookie to store the selected country, currency, and culture (GlobalE_Data). This cookie is used in GlobaleCookieToSessionFilter
.
Solr: Sorting by Price and Price Range Facet
For price sorting and price range facets to work for Global-e-managed-countries on the product listing and search pages, you must configure indexed currencies and price ranges.
Global-e recommends configuring solr indexing only for the most frequently used currencies, such as the store’s default currency: EUR and USD.
For other Global-e-managed currencies, Global-e converts prices at the search page rendering stage.
The Solr index runs outside of the web session. As a result, Global-e misses the session’s country and falls back to a default shipping country (CMSSite.defaultShipToCountry) because the price conversion uses the default conversion coefficients.
This also affects fixed prices. If you have country-specific product fixed prices, the fixed prices are not indexed, unless the country is the default ship-to country.
To configure indexing. update your SolrFacetSearchConfig and create SolrValueRangeSet
for the additional currency.
Restricted & Forbidden Products
The product can either be set to 'Restricted' or 'Forbidden' for shipping or importing.
Restrictions concerning countries operated by Global-e are enabled on the Global-e side.
When specific products are restricted for shipping based on the customer's shipping country, the product cannot be sold in that particular country.
Products can also be restricted for shipping across all Global-e managed countries. In that case, these 'forbidden' products are only available for purchase in countries that are not managed by Global-e.
Example in SAP Hybris: Shipping Restricted Products
Add a restricted product to the cart.
The following pop-up is displayed stating that the product cannot be added to the cart.
If the customer still tries to click checkout, the empty cart page is displayed.
Example in SAP Hybris: Shipping Forbidden Products
Add a forbidden product to the cart.
Navigate to the checkout page.
A forbidden message is displayed on the checkout page.