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
Hello,

Joomla 5.1.0, VirtueMart 4.2.10 11010. When i create a new product the field to choose the VAT is missing. When i open a existing product the field is there. See attachment, on the left a existing product, right a new product.
How to solve?
Regards Michel
#2
Hello Milbo,

The xxx.nl i added. I don't want the domainname on a forum. How can i send it to you?

Regards Michel
#3
Quote from: T.A. Garrison, LLC on March 03, 2024, 23:48:19 PMThis started after I updated three sites to J5 and along with any other extensions that needed to be updated.
2 of the 3 sites only use VM for the cart. 1 site uses membership software and that site has no problems.

Hey, you are allowed to use the installer for your other sites. You can just not enter the membership key. the idea is, that your customers pay the 59 euro a year, not you. Or just buy next time a silvermembership, then you get 3 domains for a price of a bit more than 2. Just let your customers pay 50 euro a year for the membership and the whole thing is "free" for you.
#4
Strange thing, it says view not found, but the view is clearly there (productdetails). You just posted the default url for updating a product.

You page cannot be browsed xxx.nl does not exist.
#5
Quote from: T.A. Garrison, LLC on March 20, 2024, 01:58:56 AMI've confirmed that the Quantity related price calculation from iStraxx IS the culprit!

Just for the chronic, that got fixed just a week later.
#6
Sounds more so, that you did set a non existing position? Or do you mean, you edit it in the FE and then the textfield is empty?
#7
There are some topics about that already, maybe I should write a FAQ, there are "endless" valid urls for a canonical url.
If you use a product suffix at the end, you can enter waht you want between.

If you enter it correct, a product in different categories will show always the correct canonical, and then the url for the product in the NOT canonical URL.
So if the categories are fantasy, the last function does not work correct, we can just ignore that, because we are anyway in the "error happened area".
#8
Do you use TAX or VAT?
#9
Templating & Layouts / character counter for meta box...
Last post by mehmesen - Yesterday at 14:32:05 PM
Hello

How can I put a character counter in the meta boxes (meta title, meta description) on the Virtuemart admin product adding page?

(Only visible on admin page)

Thanks

Example;

$simple = "$meta-title-box";
 
echo strlen($simple);
#10
Templating & Layouts / Re: VM categories left for des...
Last post by dylanphelan - Yesterday at 09:56:47 AM
from reading up about this, it seems you need to publish two versions of the module.
one in the left sidebar and one on the right.
Hide the left one for mobile view, and then hide the right one for desktop view.

I am trying to figure this out. I'm sure it could be done using CSS. my CSS is rusty though.

I remember yootheme had a simple way of managing display between desktop, mobile, tablet. The template I am using doesn't appear to have any such features.