Login
Register

VirtueMart

WooCommerce

Others

Docs

Support

Blog

About

EU Sales Reports for VirtueMart

IMPORTANT ANNOUNCEMENT: Plugin development ceased, all plugins made available freely (GPL)

With great sadness we have to announce that we are ceasing development of all our VirtueMart, WooCommerce and Joomla plugins. Effective immediately, all our plugins -- even those that were paid downloads -- are made available for free from our homepage (GPL license still applies), but we cannot and will not provide any support anymore.

It has been a great pleasure to be part of the thriving development communities of VirtueMart as well as WooCommerce. However, during the last year it became painstakingly clear that in addition to a full-time job, a young family and several other time-consuming hobbies at professional level (like being a professional singer) the plugin development and the support that it requires is not sustainable and is taking its toll. It has been an honor, but it is now time to say good bye!

×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

The website cannot display the page after export 01 Aug 2016 15:00 #1

  • DaSteelMan
  • DaSteelMan's Avatar Topic Author
After exporting the EU Sales list it is not possible to select another month or click a header to change the sorting.
You get the error: The website cannot display the page.

When you click the button near the year select after an export you can do whatever you want, no errors?

The website cannot display the page after export 04 Aug 2016 12:06 #2

  • DaSteelMan
  • DaSteelMan's Avatar Topic Author
For period-select and year-select I found out "task" was missing:

Added this.form.task.value=\'\';
models\eurecap.php line 232
		$listHTML = JHtml::_ ('select.genericlist', $options, 'month', 'class="inputbox" style="width: inherit onchange="this.form.task.value=\'\'; this.form.submit();" ', 'text', 'value', $selected);

line 242
		$listHTML = JHtml::_ ('select.genericlist', $options, 'year', 'class="inputbox" style="width: inherit" onchange="this.form.task.value=\'\'; this.form.submit();" ', 'text', 'value', $selected);

I didn't figure out how to reset "task" when I click on a sorted header.
So sorting after export still gives the error...

The website cannot display the page after export 08 Aug 2016 23:20 #3

Dear DaSteelMan,
Thank you for noticing this issue. The issue is actually in the export button's JS code, because explicitly setting this.form.task.value (without ever resetting) was just a dirty hack, since I didn't find any other way to send task=export when the export button was clicked (but not when any other button was pressed).

I've created an issue in our bug tracker:
gitlab.open-tools.net/virtuemart/eu-recap/issues/3

The website cannot display the page after export 09 Aug 2016 15:03 #4

Dear DaSteelMan,
I have now found a way to make the export functionality work properly without interfering with the other controls.
Please update to version 0.7 of the plugin.

Best regards,
Reinhold

The website cannot display the page after export 09 Aug 2016 18:34 #5

  • DaSteelMan
  • DaSteelMan's Avatar Topic Author
Thanks a bunch!

You could remove line 52 of default.php in views, double button...
Works fine now!

[SOLVED] The website cannot display the page after export 09 Aug 2016 18:34 #6

  • DaSteelMan
  • DaSteelMan's Avatar Topic Author
Problem solved.
  • Page:
  • 1