You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    I have done it.
    Download new release and write me about result.

    Version 1.12 - October 11, 2017

    + changed Facebook Pixel for 'Purchase' track.

    for one product

    fbq('track', 'Purchase', { 
    content_name: 'Custom T-Shirt',
    content_category: 'Apparel >> Clothing',
    contents: [
    { 'id': '29', 'quantity': 2, 'item_price': 15.00 }
    ],
    content_type: 'product',
    value: 30.00,
    currency: 'USD'
    });


    for several products

    fbq('track', 'Purchase', { 
    contents: [
    { 'id': '29', 'quantity': 2, 'item_price': 15.00 },
    { 'id': '30', 'quantity': 1, 'item_price': 43.50 },
    { 'id': '25', 'quantity': 1, 'item_price': 27.56 }
    ],
    content_type: 'product',
    value: 114.39,
    currency: 'USD'
    });
    7 years ago

    Ok.
    If the customer purchases one product I'll add new tokens. Thank you.
    I'll do it now.

    7 years ago

    Yes, yes, yes.
    I added this ACL item, but I forgot to change old 'managesettings' permission.
    I have fixed this bug. I didn't change the release number.
    Please download new release and try.

    P.S.
    Check the date of release.
    Thank you.

    7 years ago

    I added this feature.
    Download new release from our site. Replace plugin folder (all files) and restart your site.
    You will see new item and can select customer roles.

    7 years ago

    I read Facebook documentation again.
    Our plugin has ALL necessary parameters for Facebook Pixel and Facebook ADS.
    I can add new tokens but you can have warnings in Facebook admin panel.

    Do you mean pixel  'Purchase'?

    What we see in example from Facebook


    fbq('track', 'Purchase', {
        content_type: 'product',
        contents: [
          {
            'id': '1234',
            'quantity': 2,
            'item_price': 10.00
          },
          {
            'id': '4642',
            'quantity': 1,
            'item_price': 5.00
          }
        ],
        value: 25.00,
        currency: 'USD'
    });


    My plugin has the same code.

    About
    name: '%ProductName%',
    category: '%Category%'

    I tried to find name and category in this documentation
    https://developers.facebook.com/docs/marketing-api/audiences-api/pixel/#reportingevents

    Maybe these new parameters are additional customer data

    Read documentation

    Add Advanced Matching
    You can send additional customer data through the pixel and match more website actions with people on Facebook.


    What Facebook Pixel (Purchase, etc.) do you use and what additional customer data do you want to send?
    Show me example.
    I am sorry I don't have free time to install another plugins and analyze it.
    I want to help you but I want to understand what I must do.
    7 years ago

    Please check this logic again.
    Plugin has such logic.

    Category1-> Category2 -> Category3 - Product

    Plugin tries to read information for the first level (Product)  if Product doesn't have any information plugin tries to read it from Category3  if Category3 doesn't have any information.....

    But you will not be able to save different information in all levels and read it at once.
    Example.

              Category1-> Category2 -> Category3 - Product
    Color     red                 -                    -             -
    Style      -                    -                   modern    -
    Size       -                    -                    -             XXL


    Plugin will read only last level
    Color     -
    Style     -
    Size      XXL

    But you want to have
    Color     red                
    Style     modern    
    Size      XXL

    Am I right?






    7 years ago

    I added support external own plugins.
    Thank you this idea.
    https://www.foxnetsoft.com/documentation-nopfeedmanager#q14

    7 years ago

    No I'm sorry. it was my mistake.
    I mixed up you with another customer, he wanted to hide two elements from admin menu.

    About your problem.
    I'll add this feature this evening.

    The new item under the Access control list

    7 years ago

    You can use JQuery and remove two last elements from the list.

    or I'll add now new css class for these menu elements
    foxnetsoft-help-forum
    foxnetsoft-help-youtube

    You can add new css style in admin mode and hide these elements too.
    I put new release on our hosting.

    7 years ago

    Version 1.18 - October 09, 2017

    - fixed bug. Can't start the task for minify CSS stylesand JS scripts.

    Thank you.

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved