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

#1
General Questions / Issues with Coupon Functionali...
Last post by k2mdedia - Yesterday at 21:59:09 PM

I'm experiencing two issues with the coupon functionality in Virtuemart 4.2.4 on Joomla 4:

- When I set a coupon to be used only with a specific product, apply it to the cart, and then remove the item, the cart does not automatically reload. After manually refreshing the page, the product does get removed, but the coupon remains applied.

- Even though the coupon is configured to be valid only for specific products, it incorrectly reappears and gets applied to any new products added to the cart after the original product is removed.
#2
Product pricing / If there's an override, custom...
Last post by rdcustom - Yesterday at 13:52:16 PM
Since last updates I have a strange issue.

Let's assume I have a 100€ product with a 20€ option:

when the option is added the price is calculated correctly: 120€

BUT

when the product has a price override (ex. 90€)
the option is added twice

instead of 110€ total I have 130€

this happens only when there's a price override

How to solve this issue?
#3
Your layoutname for the product is Nessunasovrascrittura. We set 16 chars there, many years ago. I set it now to 48 varchars.
Do NOT modify the Db yourself. Next update it is reverted, because it is a field controlled by vm. You can add your own columns and they should be touched, but do not change existing ones.

But you can fix it just entering the same number as me in the svn for your live installation and use the table updater in the tools.

The file to change is in /administrator/components/com_virtuemart/install/install.sql. Change line 840 to `layout` varchar(48).

But do you really want to use the layout override here? The common way is to leave it blank. But a version before was something broken, there was no blank. So the fix is, that we have a gain the blank version.

and you could not store this layout before, because it has clearly more than 16 chars.
#4
Hazel we send always the canonical url and if the current url is differnt but valid, we add the other url.
But any url added in the header should not reflect the fantasy categories.

mysite.com/canonCat/myproduct-detail =>

<link href="http://mysite.com/canonCat/myproduct-detail" rel="canonical">

if you used mysite.com/validCat/myproduct-detail or if the product is available in other languages, you get an extra line in the header like

<link href="/validCat/myproduct-detail" rel="alternate" hreflang="de-DE">

So your whole text does not fit here, because your almost last sentence says it

QuoteUsing the canonical meta tag: The canonical meta tag can be added to the HTML code of pages to point Google to the preferred version of the page.

So if you enter mysite.com/fantasyCat/myproduct-detail

your header will show <link href="http://mysite.com/canonCat/myproduct-detail" rel="canonical">
#5
Because you should not choose the vat in the product edit. So you are using the old 90s system. VM2 and higher works with categories. So a simple job has one vat rule and thats it, no more config needed.

https://docs.virtuemart.net/manual/general-concepts/tax-and-calculation-rules-overview
#6
The reason is simple, you added imho www.xxx.nl in your joomla config, but your page is without www. So the js cannot work.
#7
Language/Translations / Re: Issue when i change langua...
Last post by extonjaez - May 21, 2024, 21:22:06 PM
error is caused by
"Base Custom Fields for All" Plugin version 3.3.0 from breakdesigns.net

I do not thank the forum manager for his total absence of response
 :-\
#8
Language/Translations / Re: Issue when i change langua...
Last post by extonjaez - May 21, 2024, 20:48:00 PM
Some Help Please...  :-\
#9
It looks the error is "data too long for column layout"

I'd try to set that field to a wider size using something like phpMyAdmin or issuing an "ALTER TABLE" if you know how to do it from command line.

Let we know and good luck 
#10
Hi,
if it can be useful, with parameter "with Breakdown" in OFF, the problem not appears!