Plugin Directory

Changeset 2516248


Ignore:
Timestamp:
04/16/2021 11:45:32 AM (5 years ago)
Author:
Perzonalization
Message:

moving commented-out manufacturer variable from js to php

Location:
perzonalization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • perzonalization/tags/1.5.4/perzonalization.php

    r2426598 r2516248  
    33 * Plugin Name: Perzonalization - AI Powered Personalization That Sells
    44 * Plugin URI: perzonalization.com
    5  * Version:  1.5.4
    6  * 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.
    77 * Author: Perzonalization
    88 * Author URI: http://www.perzonalization.com/woocommerce-plugin/
     
    207207    <?php
    208208    }
     209   
     210    //iframe height was 813px
    209211
    210212    //add_action('init', 'manufacturer_taxonomy', 0);
     
    484486
    485487            //description: '{$post_content}', - this occasionally breaks json when it has html content
     488            //manufacturer: '{$manufacturer}',
    486489            echo "<script type='text/javascript'>
    487490                  var productDetailsForPrz  = {
     
    491494                    categories: [$cats],
    492495                    id: '{$product_id}',
    493                     //manufacturer: '{$manufacturer}',
    494496                    name: '{$post_title}',
    495497                    onSale: '{$in_stock}',
  • perzonalization/trunk/perzonalization.php

    r2426598 r2516248  
    33 * Plugin Name: Perzonalization - AI Powered Personalization That Sells
    44 * Plugin URI: perzonalization.com
    5  * Version:  1.5.3
    6  * 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.
    77 * Author: Perzonalization
    88 * Author URI: http://www.perzonalization.com/woocommerce-plugin/
     
    486486
    487487            //description: '{$post_content}', - this occasionally breaks json when it has html content
     488            //manufacturer: '{$manufacturer}',
    488489            echo "<script type='text/javascript'>
    489490                  var productDetailsForPrz  = {
     
    493494                    categories: [$cats],
    494495                    id: '{$product_id}',
    495                     //manufacturer: '{$manufacturer}',
    496496                    name: '{$post_title}',
    497497                    onSale: '{$in_stock}',
Note: See TracChangeset for help on using the changeset viewer.