You have no items in your shopping cart.

Profile: Support

Avatar
Statistics

    Open this file  ~/Plugins/FoxNetSoft.Articles/WidgetZones.xml
    and remove the line
      <WidgetZone>productdetails_bottom</WidgetZone>
    Clear the cache in nop store.

    You are right this parameter had to disable articles on product page.
    I'll do new release today with this feature.

    7 years ago

    Maybe you used plugin or feed file from browser cache.

    1. Open the google template (second page)  and check if this template has the last line 'shipping_price'.
    2. Check if one of your product has additional shipping charge.
    3. Clear browser cache and try.

    7 years ago

    I added this feature in new release. Download new release and replace DLL file and google.XML template.
    If product has additional shipping charge plugin will create new item.

    7 years ago

    Do you mean this document?
    https://support.google.com/merchants/answer/6324484?hl=en


    Do you want to have such XML block?

    <g:shipping>
      <g:country>US</g:country>
      <g:region>MA</g:region>
      <g:service>Ground</g:service>
      <g:price>6.49 USD</g:price>
    </g:shipping>

    You can add ' USD' using suffix. Each parameter has prefix and suffix. But I want to add this feature from the box.

    7 years ago

    We have fixed this bug and tested on our Redis cache.
    V1.07

    I am sorry for this bug.
    Thank you.

    7 years ago

    I found the bug. You use Redis. I'll try to fix it.

    7 years ago

    Do you have fresh install of plugin?
    Do you use MSSQL Server or Azure?

    7 years ago

        /// <summary>
        /// Export Action Adjustment
        /// </summary>
        public enum ExportActionAdjustment
        {
            /// <summary>
            /// None
            /// </summary>
            none = 0,
            /// <summary>
            /// Character data
            /// </summary>
            cdata = 1,
            /// <summary>
            /// Decode html entities
            /// </summary>
            decode_html_entity = 2,
            /// <summary>
            /// Decode html special chars
            /// </summary>
            decode_special_chars = 3,
            /// <summary>
            /// Delete spaces
            /// </summary>
            delete_spaces = 4,
            /// <summary>
            /// Encode html entities
            /// </summary>
            encode_html_entity = 5,
            /// <summary>
            /// Encode html special chars
            /// </summary>
            encode_special_chars = 6,
            /// <summary>
            /// Remove end of lines
            /// </summary>
            remove_eol = 7,
            /// <summary>
            /// Strip tags
            /// </summary>
            strip_tags = 8
        }


    But our customers use only two types:
    none = 0,
    decode_html_entity = 2,

    Do you want to use another values?
    We added new methods but some of them wasn't implement.



    7 years ago

    We added your request.

    V1.06

    Replace plugin folder and restart your site. Plugin will upgrade itself.
    I am sorry for delay with adding your request.
    You will select product key (Id, Sku, Gtin, Manufacturer Part Number)

    7 years ago

    We added new parameter for mapping 'Additional shipping charge'.
    Download new release and try.
    We didn't change the release number.

    7 years ago

    Powered by nopCommerce

    Copyright © 2023 FoxNetSoft. All rights reserved