totejmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Missing local cssthat sounds great for us
would be happy to help out with beta testing the new solution or contribute where possible to make this happen.
Forum: Plugins
In reply to: [Totej Price History] Historic Price Showing Zero?I was able to identify the issue an release a 1.1.1 version that resolves this. It seems like the 1.1.0 version was unable to create the table when activating the plugin. This should now be resolved in version 1.1.1
RegardsForum: Plugins
In reply to: [Totej Price History] Historic Price Showing Zero?That weird, after activating the plugin, did it re-create the table?
Did you only inactivate or did you completely re-install from the plugins-> add new dashboard?Forum: Plugins
In reply to: [Totej Price History] Historic Price Showing Zero?Thank you for that
It seems like the db table never was re-created
Would you be able to manually drop the table from your DB and then reinstalling the plugin?
RegardsForum: Plugins
In reply to: [Totej Price History] Historic Price Showing Zero?Do you have access to your db and can check the structure of the table that the plugin uses?
Forum: Plugins
In reply to: [Totej Price History] Historic Price Showing Zero?Thank you for the information and help with troubleshooting this issue.
As you pointed out the plugin only supported whole values.
We have now updated it with version 1.1.0 to support up to 2 decimals.
However to update it correctly you have 2 options
Either you will need to uninstall and then reinstall the plugin again from the plugin repository.
This will also clear your current price history database tables so historic prices before this will be lost.
Alternatively if you have access to your database you alter the Database tabel called (wp_prefix)_wp_totej_price_history and update the price column to be a decimal(5,2) data type
If you go this route you only ned to update the plugin to 1.1.0, without uninstalling first.
Sorry for the inconvenienceForum: Plugins
In reply to: [Totej Price History] Historic Price Showing Zero?Thank you for reaching out.
currently the graph only gets the lowest price during a single say which could explain why you are seeing only 1 value.
Maybe this calls for a feature were you can control for how long timespans should be grouped together to get the lowest data point
But we will investigate why the values are incorrect and get back to you.
Forum: Plugins
In reply to: [Totej Price History] Error at top of the product pageThank you for reaching out, we have identified the issue thanks to your report and will issue and update with version 1.0.1 as soon as possible.
You will be able to update to the latest version using your wordpress plugins dashboard