• Resolved Tsakman

    (@tsakman)


    Hi.
    Can somehow get products attributes from description
    For example a product is having this description

    <p><strong>Features:</strong></p>
    <ul>
    <li>Shocking Sound, Powerful bass</li>
    <li>Long Battery Life</li>
    <li>Stylish and Cool Appearance</li>
    </ul>
    <p><strong>Specification:</strong></p>
    <ul>
    <li>Brand: XO</li>
    <li>Bluetooth version: V5.0</li>
    <li>Battery capacity: 1200mA</li>
    <li>Playtime: About 5 hours</li>
    <li>Charging time: About 5 hours</li>
    <li>Product Size :142 x 65 x 65 mm</li>
    <li>Package Size: 150 x 77 x 77mm</li>
    <li>Bluetooth Distance : 10m</li>
    <li>Charging Input Standard: USB 5V,? 500-1000mA</li>
    <li>Material: ABS</li>
    <li>Working Frequency: 2.402GHz – 2.480GHz</li>
    <li>Support playback mode: TF Card, USB</li>
    <li>Color: Black</li>
    </ul>

    How cab we get custom text to have attributes.
    ==========================
    And second how its possible to connect new attribute to existing attribute?

    Thank you for all.

Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @tsakman,

    Can somehow get products attributes from description

    That would only be possible if you wrote a custom PHP function to do it, which unfortunately isn’t supported in our free plugins.

    And second how its possible to connect new attribute to existing attribute?

    Do you mean that you want to import new attribute terms (values) to an existing attribute? If so, you’d import the existing attributes’ slug in the “Name” field and the new value(s) in the “Values” field.

Viewing 1 replies (of 1 total)
  • The topic ‘Attributes from description’ is closed to new replies.