• Resolved yourdaddy

    (@yourdaddy)


    <div class="ecwid-Product"><form>
    <div id="ecwid-price-#####" class="ecwid-productBrowser-price" style="text-align: center; padding-bottom: 15px;"></div>
    <div style="text-align: center;"><script charset="utf-8" type="text/javascript" src="http://app.ecwid.com/script.js?#####"></script><script type="text/javascript">// <![CDATA[
    xAddToBag('productid=#####');
    // ]]></script></div>
    </form></div>

    I would like to know why when i import that code it wont display? Am i missing something?

    http://wordpress.org/extend/plugins/wp-table-reloaded/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    with “Import”, do you mean that you entered this into a table cell? Or do you really mean HTML file import? (The latter is not possible, as that only can import HTML tables from a file.)

    Now, I’ll just assume that you pasted this into a cell. Then the reason that this is not working are likely the line breaks. These get automatically transformed to HTML <br /> tags, which then unfortunately breaks the code.
    Please try again with everything in one line, like this:

    <div class="ecwid-Product"><form><div id="ecwid-price-#####" class="ecwid-productBrowser-price" style="text-align: center; padding-bottom: 15px;"></div><div style="text-align: center;"><script charset="utf-8" type="text/javascript" src="http://app.ecwid.com/script.js?#####"></script><script type="text/javascript">xAddToBag('productid=#####');</script></div></form></div>

    Regards,
    Tobias

    Thread Starter yourdaddy

    (@yourdaddy)

    Thanks, will try this out. Also how can i make columns editable on the clients computer, and be able to submit or email me their changes?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no, tables can only be edited directly in the WP-Table Reloaded interface. So, if your client has an account for the WordPress site, they can make changes to the table directly.

    Or, as tables can be imported from CSV files, you could also incorporate a file based method with the client. That means: Your client could have the table as a simple Excel file. Whenever he needs to make changes, he does those in the Excel file and emails that to you. You can then save the Excel file to CSV format and import that into WP-Table Reloaded.

    Regards,
    Tobias

    Thread Starter yourdaddy

    (@yourdaddy)

    I am trying to implement these:
    Ex. 1
    Ex. 2Ex. 3Ex. 4

    I would like the edit option so clients can update/modify the html table, then hit submit, or similar to the print save or copy links, an email option where the changes made get emailed to me.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    those options are not possible unfortunately. The reason is the way the tables are stored in the database. There’s no direct possibility to access single cells 🙁
    The TableTools features are available in WP-Table Reloaded (just select “DataTables+TableTools” on the “Plugin Options” screen and then enable TableTools on the table’s “Edit” screen).
    The submit form example could probably be implemented, but you would need custom code for that, and add it to your site in a custom manner. Unfortunately, I won’t be able to help with that in detail 🙁 You might want to take a look at http://wordpress.org/support/topic/plugin-wp-table-reloaded-collapseexpand-rows where you can find hints on how to add such DataTables extensions in general.

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘WP-Table Reloaded Import/Functions with HTML’ is closed to new replies.