• Resolved ceyhunyildiz

    (@ceyhunyildiz)


    Hello

    So let’s say we want to list our products from a google excel spreadsheet and in there we have 5 bullet points to list on amazon. Amazon allows 500 characters in each bullet point so we have that in our excel file. While importing the file the bullet points do not get imported because that many character entry cannot be written on database but when we reduce the character count to 200, it gets imported successfully. Is there a workaround to this issue to utilise all 500 characters on amazon?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ceyhunyildiz

    (@ceyhunyildiz)

    Or in other words, taxonomy attributes do not work for above 200 characters in database. But custom fields do take more than 200 characters somehow. How can we pull custom fields data in WP lister for amazon profiles? The below shortcodes did not work to pull the data

    [meta_test-bullet-1]
    [attribute_test-bullet-1]

    Plugin Support WP Lab Support

    (@wp-lab-support)

    Hi @ceyhunyildiz

    Yes, it is true that the limit is 500 characters, but it is also a max of 15 words, I assume these fields have more than 15 words and that would be why this is not working. Please make sure you have a max of 15 words as well as less than 500 characters and try again.

    The shortcodes would be:

    [attribute_INSERT-PRODUCT-ATTRIBUTE -NAME] (please note, product attributes must be global attributes in Woocommerce, they cannot be custom attributes created in the edit product page of Woocommerce.

    WP-Lister only supports global product attributes which you can learn more about if you are unfamiliar here: https://rextheme.com/create-global-product-attribute-woocommerce/

    Custom meta field shortcodes would be: [meta_YOUR-CUSTOM-FIELD]

    Depending on how the custom meta field is created, you may need 2 underscores after “meta” like this “[meta__YOUR-CUSTOM-FIELD]”

    Kind regards,

    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Custom Fields Product Attributes database character limit for amazon bullet poin’ is closed to new replies.