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 / Shipping address in confirm ma...
Last post by sandomatyas - Today at 10:51:45 AM
VirtueMart can handle billing and shipping addresses, which is great. These addresses are also included in the confirmation email, which is useful when using courier shipping.

But what about when the customer selects self pick-up in the store? In this case, there should be no shipping address.

It's even more confusing if the shop uses parcel machines as a shipping method. The customer chooses a locker, like one near their home, workplace, or in a mall, and this machine has its own address. The confirmation email will contain the billing address, the shipping address (which is not needed in this case), and possibly the parcel locker's address.

Can we handle this in VirtueMart?

I know I could do it by overriding the mail layout or using VP Email Manager, but can it be done directly in VM? Or maybe from the shipping plugin?
#2
Language/Translations / Re: Issue when i change langua...
Last post by Milbo - Yesterday at 20:08:38 PM
The problem is here, if it is caused by another plugin, we have no chance to help. Except to give the advice to unpublish plugins.

istraxx_modvm3_virtuemart_languages_1.0.6 will be soon part of the core. This one should work really well. I added extra functions in the core for a real solution
#3
Dear Sirs,

In the categories, the website automatically selects 1 manufacturer and does not show products from another manufacturer. What did I do wrong and how can I put this back on all manufacturers on the category pages?

I searched the forum and the web but couldn't find anything.
Thank for any help in advanced.

Greetings,
Tom Rinkes

J4.4
VM 4.2.12

www.twr-trading.nl
#4
General Questions / Re: Error on Front End
Last post by ukfish1 - Yesterday at 11:20:48 AM
Managed to sort this by downloading Akeeb Admin tools and using the Change Database Collation function

paul
#5
General Questions / Error on Front End
Last post by ukfish1 - Yesterday at 11:03:08 AM
VM: 3.4.0
Joomla: 3.10.12

Hi

Ref: https://west5web-builder.co.uk/store/auto-b-detail

This has has been copied over to a new server but the product pages in Virteumert are not displaying correctly on the front end  such as at the above URL.

Error is:

1267  Illegal mix of collations (utf8mb4_unicode_ci,EXPLICIT) and (utf8mb3_unicode_ci,EXPLICIT) for operation 'ifnull'

The page should look like:

https://www.flightlinedecoys.co.uk/store/auto-b-detail

Thanks, Paul
#6
Hello Milbo,

I cannot find this configuration. In the Joomla config it's www. and every page i see displays with www.

How to solve?

Regards Michel
#7
Quote from: Milbo on May 27, 2024, 17:10:45 PMuse the hidden config reuseorders, just add reuseorders="" in the file

Okay, so this will probably bring out a lot more Pending or Cancelled orders? is that the only thing that will happen?

And it probably is

reuseorders=0

instead of

reusorders=""
#8
use the hidden config reuseorders, just add reuseorders="" in the file
#9
Quote from: Milbo on May 27, 2024, 16:38:45 PMIf a user does cancels the payment, there is an old pending order. First we just tried to use this order, but that created trouble, so this function should just delete this cancelled order.
It uses the orderId/ordernumber of the cart.

Okay but is it possible it deletes an order that is pending and after it then is paid? How is it possible that an order is paid and the system deletes the order?

Is it possible to disable this function? Or is it necessary ??

Or isn't it possible that an order that is pending and then paid, and is this order removed by an adminsitrator?
#10
If a user does cancels the payment, there is an old pending order. First we just tried to use this order, but that created trouble, so this function should just delete this cancelled order.
It uses the orderId/ordernumber of the cart.