News:

Looking for documentation? Take a look on our wiki

Main Menu

Recent posts

#71
General Questions / Re: VM 4.4.4 problem with dele...
Last post by iWim - January 16, 2025, 12:23:43 PM
Do you use a cart plugin?

I have the same error when I use Rupostel OPC.
(I reported it on their website)
#72
General Questions / Re: coupon not for discount pr...
Last post by serge-web54 - January 16, 2025, 09:34:31 AM
we found an alternative solution :
selected all the products to be allowed and delete those which are promoted.
every month, when creating the promotion, the admin will do the changes in the settings.
#73
Product creation / Re: cannot show the picture
Last post by sun0632 - January 16, 2025, 01:31:07 AM
OK.


Thank you very much.
#74
General Questions / Re: coupon not for discount pr...
Last post by hazael - January 15, 2025, 23:17:17 PM
You're right - I didn't pay attention to it - there are just "Allowed Product Categories"! LOL
These rules are very strange - but this is not surprising - if you build a component with several products in the store in mind :D

#75
Administration & Configuration / Need help with shipping costs ...
Last post by cyberrick - January 15, 2025, 22:14:16 PM
Website - 2strokeheads.com
Joomla version - 3.10
Virtuemart - 3.8.6

Can't update Joomla due to some extentions/plugins won't work with newer verions.

I have a site that has different shipping cost for different parts.  I need to have the checkout page show the total shipping cost based on each products shipping cost.

For Instance.

Polaris 800 CFI 12HP or 20HP Drop In Kit  - Shipping Cost = $32.00
250cc & 300CC Custom Billet Heads         - Shipping Cost = #20.00


Cart Shows:

Shipment

* Flat Fee - Shipping (Fee $32.00)
* Flat Fee - Shipping (Fee $20.00)

https://tinyurl.com/28ou9lyf

When two products are ordering with 2 different shippings costs, the checkout should only show & charge the higher of the two shipping costs.  How do I fix this?

Thanks.
#76
General Questions / Re: coupon not for discount pr...
Last post by serge-web54 - January 15, 2025, 15:43:41 PM
Quote from: hazael on January 15, 2025, 11:04:34 AMThis is a primitive solution, but you can add all your discounted products to an additional hidden category for which you can create a rule to exclude this voucher.


I can not exclude category, just include
So : if I do so , I have to keep promoted products in their original category also, and then the system allows them
#77
General Questions / Re: coupon not for discount pr...
Last post by radosc - January 15, 2025, 11:36:31 AM
Quote from: serge-web54 on January 14, 2025, 14:56:46 PMhello, I have a coupon that works fine
But we want the customer not to be allowed to use it on discount products
How to do that ?
( i tried a category promotion but the product is already in an allowed category so this does not work)

Please consider using the AwoCoupon component. I have been using it for years, and it has solved many problems for me. It includes an option that addresses the issue you mentioned in your question.
#78
General Questions / Re: coupon not for discount pr...
Last post by hazael - January 15, 2025, 11:04:34 AM
This is a primitive solution, but you can add all your discounted products to an additional hidden category for which you can create a rule to exclude this voucher.

If Milbo at Virtuemart created tags like those in the com_content component and if rules could be created for these tags, I would finally love this virtuemart 100%. Unfortunately, such a change will never happen - so instead of tags you have to create hundreds of absurd categories just to create rules ;-)

PS. If you know the basics of JavaScript and PHP, you can create a simple rule to detect discounts directly in the shopping cart. if a discount is detected, the voucher will not be accepted and a system message about this event will appear
#79
If you understand mysql language you can go to virtuemart_medias table in your DB and run this query:
UPDATE `_virtuemart_medias` SET `is_image`=1 WHERE `virtuemart_media_id`> your media id number here.

Setting is_image=1 is the same with ticking the box in the product edit and save.
#80
Product creation / Re: cannot show the picture
Last post by Jumbo! - January 15, 2025, 07:02:23 AM
In product settings, check the "COM_VIRTUEMART_FILES_FORM_FILE_ISIMAGE" option for the images. The attached screenshot provides a reference.


You cannot view this attachment.