News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Recent posts

#81
I hope someone can help me find a solution to this problem.

Thanks.
#82
I am sorry to inform you that you are wrong on server the gd module is installed look here:

array(15) {
  ["GD Version"]=>
  string(26) "bundled (2.1.0 compatible)"
  ["FreeType Support"]=>
  bool(true)
  ["FreeType Linkage"]=>
  string(13) "with freetype"
  ["GIF Read Support"]=>
  bool(true)
  ["GIF Create Support"]=>
  bool(true)
  ["JPEG Support"]=>
  bool(true)
  ["PNG Support"]=>
  bool(true)
  ["WBMP Support"]=>
  bool(true)
  ["XPM Support"]=>
  bool(true)
  ["XBM Support"]=>
  bool(true)
  ["WebP Support"]=>
  bool(true)
  ["BMP Support"]=>
  bool(true)
  ["AVIF Support"]=>
  bool(false)
  ["TGA Read Support"]=>
  bool(true)
  ["JIS-mapped Japanese Font Support"]=>
  bool(true)
}


Is there anything else this shouldn't work for??

I await a response.





#83
Great research guys,
You may also look here, there is my answer in english https://forum.virtuemart.net/index.php?msg=544153

Here is the link to the german forum with the image which shows which db table column must be changed https://forum.virtuemart.de/thread/4748-fehlermeldung-nach-update-4-4-6/?postID=20573#post20573
#84
That is really a funny, strange hack to solve this problem. But great way. I wonder what means "until now". What changed? did you update your joomla, or just virtuemart?

Ahh moment. I just see. Yes. Just Virtuemart. It looks like that the tableupdater did not update your __virtuemart_order_calc_rules table. The columns virtuemart_calc_id must not have "unsigned", just normal int.
The -1 is used if it tries to set a "mixed" rule. So it should also work to set in the config the "Simplified VAT for shipping".
#85
Hmm, interesting point. We can just remove it!
#86
yeh Kuubs. I wanted to add it since years, but was too lazy to write it myself. But it is not too hard. Just an js with ajax reloading the right page. I add it to the core, if I get some code snippets.
#87
Virtuemart Development and bug reports / Re: Sort by price bug
Last post by Milbo - May 16, 2025, 21:18:57 PM
Very interesting work guys. Thank you for the prework. The main problem is here that the sql just uses the stored price and not the dynamic one. Hazaels solution works for discounts which are not shoppergroup dependent.

But it is an interesting start for the real feature, which would mean to create a table which keeps the dynamic values precached, or we add an extra column for any shoppergroup. But what happens with timebased discounts.

And that is the problem to add that into the core, because then it must work simpler and for any existing case.

But yes, on the other hand.... assumingly 80% of the shops do not use these feature. Maybe we should add it optionally.
#88
Thank you for your report in the forum. Yes, it would be good to change our default, but Mono looks soo,.... like 50s,.. or WW2,... lol
#89
Jumbo, that is first right, but at the end wrong. VM usually ensures the correct loading of scripts itself. But yes all is displayed within the FE template.

But the links should work correctly. Maybe a screenshot helps
#90
Quote from: sandomatyas on April 19, 2025, 08:03:40 AMI noticed that changing $cache = true to false in shopFunctionsF::loadOrderLanguages solves the issue.

Very great. Thank you. I directly added it. It makes perfectly sense. It was sooo hard to get that stuff running. Changing the language during runtime is not foreseen in the joomla code. So it makes sense that the cache does not consider the language and returns them wrong.

Thank you,... You solved a returning problem. Not a big deal, often even not noticed as real error. But from time to time,...3-6 months I noticed it, but just had another important job and had to ignore it.