jnz31
Forum Replies Created
-
thanks. it’s working again.
only issue i have, is the cash counter calculation, that one is off. the cash amount in the register is wrong. i bought an item for 99.12 bucks and paid with 100, now the report says, i have 100 in the regsiter, not 99.12.
same goes for the tendered/change calculation, it does not work properly ether. when the amount is 87.73$, the register suggests 80$, 90$, 100$ as a valuable amount, whereas the 80 is too less. at 80, the change is 0, at 90 the change is 0, at 100 the change is 10$. something wrong here, maybe it’s just a setting, but i doubt it.everything else looks pretty good. this software has all the features, that i’d require (if they would work properly), only critique i could bring up, is the interface. the design could be revised..
Forum: Plugins
In reply to: [Show Current Template] variable name $template is too genericciao tai.
looking at your plugin, i saw that you callglobal $template
. so that is not even an issue, that would be solvable on your end. its the wordpress variable, that’s name is too generic. muah. sorry ??Forum: Plugins
In reply to: [Show Current Template] Doesn’t show in tool-bar? menu-bar?it shows the info in the (wordpress) admin-bar (make sure not to hide it in the first place), there is a new entry in there, that starts with ‘Template:’ followed by the current .php template in use. you can click the file name and it will show all the other included files. works like a charm, never ever had any issues with this tool and i do use it on plenty of pages.
Forum: Plugins
In reply to: [WP Store Locator] bug on hidden marker (still clickable)here is the code i use
function jnz_custom_js_settings( $settings ) { $settings['startMarker'] = ''; $settings['excludeStartFromCluster'] = true; return $settings; } add_filter( 'wpsl_js_settings', 'jnz_custom_js_settings' );
Forum: Plugins
In reply to: [WP Store Locator] Hide the Start Marker inside clusterups. now we found a bug..
so the marker is gone by now (at least visually), but the marker is still there. its clickable and it opens the google maps info-window with theStart location
text.. i removed the text from the settings, but same result (empty info box)Forum: Plugins
In reply to: [WP Store Locator] Hide the Start Marker inside cluster??
Forum: Reviews
In reply to: [WooCommerce] Sooo badactually, you made the upgrade yourself, right? and did you notice the warning, that wc3 was a major update, with potential to ruin your site? so who is to blame, when you run this update without any testing..?
Forum: Reviews
In reply to: [WooCommerce] so hard to get your head aroundwhat a redonkulous comparison. get it, this stuff is for free and you can sell anything with it. yeah, it’s work to set it up, that’s how it is with running a business.
Forum: Plugins
In reply to: [pTypeConverter] how to getthis plugin is not working properly anymore. here is a guide on how to do it: https://wordpress.stackexchange.com/a/129537/10994
Forum: Plugins
In reply to: [Contact Form 7] script error / amd readyactually, i thought you would need a function export for AMD, but you don’t. works fine with shim now.
only issue is the VAR thing then.. thanks!Forum: Fixing WordPress
In reply to: is_single in admin-ajax.php requesti had a similar issue, i loaded posts via admin-ajax but their comments and the $more content was missing.
i echoed out is_single() and it was false, when loaded via ajax.
so what you could do inside your template, is set the variable to true yourself like so:global $wp_query; $wp_query->is_single = true;
i guess in your case you have to submit a variable inside your request, that defines what condition you want to archive..
- This reply was modified 8 years, 2 months ago by jnz31.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] tiny bug??
Forum: Plugins
In reply to: [Invoices for WooCommerce] Possibility to send different kind of invoicesactually bas made the templates editable like woocommerce template files itself. copy your template files to /wp-content/uploads/bewpi-templates/invoices/simple/[your-template] and select it on the settings page..
just to be a bit more specific..
the site is not running on a shared hosting, its running on its own managed server (so the machine is quite fast). we have like 2000 products running, multilingual, so its 4000.
i intalled ur tool, to have one more user role. people can login and download some files, no backend access for the new user role (and i know, that this feature isnt even in use).i could make a clone of the site and let u investigate, if u want me to..
thanks for the patch, works fine on my end.
@admin author: please re-implement the placeholder functionality into the plugin..