Changeset 2516248
- Timestamp:
- 04/16/2021 11:45:32 AM (5 years ago)
- Location:
- perzonalization
- Files:
-
- 2 edited
-
tags/1.5.4/perzonalization.php (modified) (4 diffs)
-
trunk/perzonalization.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
perzonalization/tags/1.5.4/perzonalization.php
r2426598 r2516248 3 3 * Plugin Name: Perzonalization - AI Powered Personalization That Sells 4 4 * Plugin URI: perzonalization.com 5 * Version: 1.5. 46 * Description: With the help of more than 5 billion pages we have personalized so far, we have learned that understanding the visitor is the key in personalizing an online store. That is why we not only analyse behaviours around products but also the visitor's individual preferences and similar users' preferences. Works with activated wooCommerce REST API.5 * Version: 1.5.5 6 * Description: Personalizing the shopping experience of more than 19 million shoppers every month, we have learned that understanding the visitors' individual taste is the key. That is why we not only analyse behaviours around products but also take into account shoppers' individual preferences and preferences of those similar to them. Works with activated wooCommerce REST API. 7 7 * Author: Perzonalization 8 8 * Author URI: http://www.perzonalization.com/woocommerce-plugin/ … … 207 207 <?php 208 208 } 209 210 //iframe height was 813px 209 211 210 212 //add_action('init', 'manufacturer_taxonomy', 0); … … 484 486 485 487 //description: '{$post_content}', - this occasionally breaks json when it has html content 488 //manufacturer: '{$manufacturer}', 486 489 echo "<script type='text/javascript'> 487 490 var productDetailsForPrz = { … … 491 494 categories: [$cats], 492 495 id: '{$product_id}', 493 //manufacturer: '{$manufacturer}',494 496 name: '{$post_title}', 495 497 onSale: '{$in_stock}', -
perzonalization/trunk/perzonalization.php
r2426598 r2516248 3 3 * Plugin Name: Perzonalization - AI Powered Personalization That Sells 4 4 * Plugin URI: perzonalization.com 5 * Version: 1.5. 36 * Description: With the help of more than 5 billion pages we have personalized so far, we have learned that understanding the visitor is the key in personalizing an online store. That is why we not only analyse behaviours around products but also the visitor's individual preferences and similar users' preferences. Works with activated wooCommerce REST API.5 * Version: 1.5.5 6 * Description: Personalizing the shopping experience of more than 19 million shoppers every month, we have learned that understanding the visitors' individual taste is the key. That is why we not only analyse behaviours around products but also take into account shoppers' individual preferences and preferences of those similar to them. Works with activated wooCommerce REST API. 7 7 * Author: Perzonalization 8 8 * Author URI: http://www.perzonalization.com/woocommerce-plugin/ … … 486 486 487 487 //description: '{$post_content}', - this occasionally breaks json when it has html content 488 //manufacturer: '{$manufacturer}', 488 489 echo "<script type='text/javascript'> 489 490 var productDetailsForPrz = { … … 493 494 categories: [$cats], 494 495 id: '{$product_id}', 495 //manufacturer: '{$manufacturer}',496 496 name: '{$post_title}', 497 497 onSale: '{$in_stock}',
Note: See TracChangeset
for help on using the changeset viewer.