Changeset 2028160
- Timestamp:
- 02/10/2019 06:33:21 PM (7 years ago)
- Location:
- recombee-recommendation-engine/trunk
- Files:
-
- 2 edited
-
includes/class-RecombeeRe.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recombee-recommendation-engine/trunk/includes/class-RecombeeRe.php
r1971748 r2028160 258 258 'wc_override_related_products' => 1, 259 259 'wc_override_related_tags' => 'woocommerce_after_single_product_summary', 260 'wc_overridden_related_shortcode' => '[RecombeeRecommendations ajaxMode="on" parentsOnly="on" wTitle="Recommended for You" columns="3" type="ProductsToProduct" count="3" scenario="related_products" filter="\'wcProductIsVisible\' == `true`AND \'wcIsInStock\' == true" booster="if \'wcRegularPrice\' > context_item{`wcRegularPrice`} then 1.5 else 1"]',260 'wc_overridden_related_shortcode' => '[RecombeeRecommendations ajaxMode="on" parentsOnly="on" wTitle="Recommended for You" columns="3" type="ProductsToProduct" count="3" scenario="related_products" filter="\'wcProductIsVisible\' == true AND \'wcIsInStock\' == true" booster="if \'wcRegularPrice\' > context_item{`wcRegularPrice`} then 1.5 else 1"]', 261 261 'distinct_recomms' => 1, 262 262 ); -
recombee-recommendation-engine/trunk/readme.txt
r1980558 r2028160 60 60 61 61 == Changelog == 62 = 2.6.3 - 26-11-2018=63 * Fix - Fixed a bug related to incorrect definition of URLs of scripts on sites where the installation directory of a WordPress is different from the URL of a site62 = 2.6.3 - 10-02-2019 = 63 * Fix - Error in default value of shortcode for setting page fixed 64 64 65 65 = 2.6.2 - 09-11-2018 =
Note: See TracChangeset
for help on using the changeset viewer.