If there is any item you’d rather not see suggested, simply add the Shopify tag recomatic-no to it.
We already cover common cases where you’d want to do that, like hiding items with a null price or anything out of stock (unless you allow preorders), and so on.
Recomatic is really good at figuring out what selection of products has the most effect on your sales and are the most helpful to ease your customers navigation, but if you’d like to suggest certain items manually, here’s a couple of ways to do it:
Grouping: Adding the same Shopify tag to a bunch of products will make them more likely to be suggested on each other’s page. The tag name can be anything you want but prefixing it with recomatic- it will give it more weight.
Handpicking: To push a particular product add the Shopify tag handpicked-recomatic-PRODUCT_ID (where PRODUCT_ID is the Shopify ID of the product you want to push) to all items that should have this particular product suggested. The selected product will appear in the leftmost position. You can add as many hanpicket-recomatic- tags as you like, handpicked products will show first and the regular algorithm will take over for all the remaining spots.
Note that after adding the tags, it may take up to 24 hours for the recommendations to be updated due to caching. If you’d like to see an immediate result, just ping us and we’ll reset the recommendation cache for your shop right away!
If your listing requires special adjustments, don’t hesitate to get in touch!
Conversion tracking is automatically activated and visible from your dashboard once enough data is gathered. Usually it takes from a few days up to a week.
Yes! We are fully compatible with Shopify’s own product reviews as well as with most apps on the store (including Yotpo, Okendo, Loox, Judge.me, Stamped.io and so on). If you’re not using any product review feature, you can try out Loox with an extended 30 days trial or Judge.me with an extended 45 days trial using our special links!
Yes, we are fully compatible with typical implementations of multiple currencies and language features, either using Shopify’s own API or 3rd party apps such as Langify or Langshop.
Yes, by adding the following code in your Shopify admin in Settings > Checkout > Order processing > Additional Scripts:
<div style="clear: both;"></div>
<h3>Consider These as Well</h3>
<div recomatic="cart" shop="{{shop.permanent_domain}}" product_ids="{{order.line_items|map:'product'|map:'id'|join:','}}"></div>
However, order confirmation pages can not be edited in your template and the suggestions are inserted in a default location that might not be ideal:
A much easier way is to use ReConvert app that integrates Recomatic suggestions while allowing you to tweak your Order Confirmation page and much more!
Our branding is entirely optional, if you want it removed, simply ask us or add the following line in the Custom CSS box in the settings:
.brand { display: none; }
Once you’ve done that, consider writing a review for our app!
Using progressive enhancement and asynchronous JavaScript, Recomatic lets your page load like usual before fetching its smart suggestions. This way, your load speed is not affected at all and our suggestions appear just in time to ease your customers navigation!
Some less considerate services will appear instantly while slowing down everything that loads in the background, so favor asynchronous setups and regularly uninstall app or script you no longer use.
Also check out Out of the Sandbox’s Turbo Theme: it’s fully compatible with Recomatic and its advanced preloading techniques ensure ultra fast navigation on all devices.
Most of our code is automatically removed at uninstall. The only part that can’t be removed automatically because it’s dependent on your theme is our implementation code:
Everything between <!-- start Recomatic code -->
and <!-- end Recomatic code -->
that’s usually found in sections/product-template.liquid and sections/cart-template.liquid (or in templates/product.liquid and templates/cart.liquid if your theme does not use sections).
If you’re not sure where it is simply ask us to do it for you, we’re always glad to help!