Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration
You are here: Home

JanArve

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • January 10, 2017 at 2:45 am in reply to: eStore: Importing db from localhost to live #74892
    JanArve
    Member

    Thanks for getting back to me.

    Yeah the problem was indeed the uppercase S. local mysql lowercased the table names.

    Thank you.

    December 4, 2016 at 5:43 am in reply to: eStore – Product image does not get inserted to Thumbnail Image URL #74673
    JanArve
    Member

    I’m having the same problem too.

    The problem seems to be in lib/eStore-uploader-scripts.js with:

    Code:
    var selected_img_src = img_element.attr(‘src’);

    resulting in selected_img_src being undefined.

    My solution was to add:

    Code:
    var my_img_element = jQuery.parseHTML(html);
    selected_img_src = my_img_element[0][‘src’];

    Below:

    Code:
    var selected_img_src = img_element.attr(‘src’);

    And it is working again for me.

    Disclaimer: I haven’t tested this with any other function at all or in a live environment (only on my local installation) so I have no idea if there are any conflicts with other functionality using the same piece of code. AND it is almost without exception a bad idea to make changes in core files as updates to the plugin is likely to break these changes.

    October 14, 2016 at 1:57 pm in reply to: eStore – Is there a hook for product creation #74383
    JanArve
    Member

    Perfect!

    Thank you very much.

    Jan

    October 13, 2016 at 5:17 pm in reply to: eStore – Is there a hook for product creation #74381
    JanArve
    Member

    Looks like exactly what I need! Thanks a bunch. :)

    Do you also have a hook for when a sale is completed by a customer ( where the inventory is updated )?

    Thanks again,

    Jan

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ