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

#91
Virtuemart Development and bug reports / Re: Completely remove jQuery f...
Last post by AH - April 01, 2024, 16:16:25 PM
Joomla still ships with JQuery 3.7.1.  It is just not enabled in templates - but many plugins, modules and components will load it.

I think if you switch on Joomla debug it still loads jquery for you as it needs it.

Jquery is not planned to be removed from VM in the near future.
#92
3rd party extension / Re: Simple VM3 Product Cart Va...
Last post by AH - April 01, 2024, 15:54:40 PM
That does not appear to be a valid change to the code. 

Please show the configuration that you had and the error that it gives.

Here are 2 sample configurations:-
This config option has two @'s for every choice, the data following the second @ is used to append to the original item sku:-

5m@*5@5m,6m@*6@6m,7m@*7@7m,8m@*8@8m

For an original sku of 31QU[/b}

This gives cart sku's of:

31QU-5m
31QU-6m
31QU-7m
31QU-8m



This config option has two @'s except for every choice except for 7m:

5m@*5@5m,6m@*6@6m,7m@*7,8m@*8@8m,9m@*9@9m

For an original sku of 31QU[/b}

This gives cart sku's of:

31QU-5m
31QU-6m
31QU
31QU-8m


#93
It works fine with us on both Joomla 4 and Joomla 5. Are you using a third-party template?
#94
Templating & Layouts / Re: Category Title not showing...
Last post by Roderic - April 01, 2024, 00:24:44 AM
One is categories view and the other is category view. Have a look at components/com_virtuemart/views/category/tmpl/default.php
#95
Hi,
I have a following code to generate xml price:

<?php

define('_JEXEC', 1);
if (!defined('_JDEFINES'))
{
require_once JPATH_BASE . '/includes/defines.php';
}
require_once JPATH_BASE . '/includes/framework.php';

use \Joomla\CMS\Factory;

$container = \Joomla\CMS\Factory::getContainer();
$container->alias('session.web', 'session.web.site')
->alias('session', 'session.web.site')
->alias('JSession', 'session.web.site')
->alias(\Joomla\CMS\Session\Session::class, 'session.web.site')
->alias(\Joomla\Session\Session::class, 'session.web.site')
->alias(\Joomla\Session\SessionInterface::class, 'session.web.site');
$app = $container->get(\Joomla\CMS\Application\SiteApplication::class);

\Joomla\CMS\Factory::$application = $app;
var_dump($app);
$app->createExtensionNamespaceMap();

require(JPATH_BASE .'/administrator/components/com_virtuemart/helpers/config.php');
VmConfig::loadConfig();

and it was working fine until I did update to Joomla 5.0.3 from 4.4.3 (virtuemart 4.2.6)
now I get the following error:

ClassNotFoundError
HTTP 500 Whoops, looks like something went wrong.
Attempted to load class "JFactory" from the global namespace.
Did you forget a "use" statement?
Symfony\Component\ErrorHandler\Error\
ClassNotFoundError
in /administrator/components/com_virtuemart/helpers/config.php (line 363)

if(!$defined){            JLoader::register('vmDefines', JPATH_ROOT.'/administrator/components/com_virtuemart/helpers/vmdefines.php');//In WP, we run the define, when we render vm, in Joomla we have to run them here            if(defined('JVERSION')){                VmDefines::defines(JFactory::getApplication()->getName());                require_once(VMPATH_ADMIN .'/helpers/vmecho.php');            }            $defined = true;        }

please help me fix my script
#96
Hi! I am trying to port some of my old plugins to latest VM, Joomla 4 and I have difficulties with couple of vmcustom plugins. The short version is, that the code I used to insert my needed code, namely something like this:

class plgVmCustomMyproduct extends vmCustomPlugin {
...
function plgVmOnDisplayProductFEVM3($product,&$group) {
      vmdebug('myproduct: plgVmOnDisplayProductFEVM3 ');
....
}

]

seems to not work. And I have no idea what I am doing wrong here.
#97
Commercial Jobs / Help with my webshop - Korpeda...
Last post by ketbel - March 30, 2024, 10:26:51 AM
Hi, I need some assistance with reviewing and configuring my webshop to ensure it's fully functional.

I'm looking for help with the following:
1. Optimizing PayPal setup to enhance its functionality. The current standard setup works fine, but I'm interested in integrating PayPal buttons directly on the homepage for a smoother transaction process.
2. Installing and configuring the VirtueMart Mp3 Player plugin.
3. Conducting a general checkup of the system to identify and fix any potential issues.
4. Providing recommendations on how to improve the overall system.


#98
Is there any way to get iStraxx to provide assistance?
Ticket does not work...no response in a month.

The Quantity Related Price Calculations plugin simply stopped working after updating the site and VM.

This is a huge project that is 18 months in the making with at least another 6 months to get the project to a point where the site can be opened.
Starting over is not an option.
Changing to a different shopping cart...a nightmare.
Production had to stop because the plugin stopped working. This is because there are already thousands of child-product pages and each of them has quantity pricing. Until there is a solution there is no point in continuing when it's going to mean changing how the discounts are created and displayed on the front end.

Every page would need to be updated at a huge cost in time.

If there is a developer who knows they can create a similar plugin I'm ready to talk.
#99
Commercial Jobs / Re: Fix add to cart problem wi...
Last post by TheThingIs - March 29, 2024, 12:38:10 PM
petershaw54,
what version of VM do you have installed?

You should install J4.4.3 for bugfixes and security issues...

Why
QuoteDatabase Collation     latin1_swedish_ci
?
The database and tables should all be utf8mb4_unicode_ci ?

Check that your Gantry template is the latest version and compatible with J4.4.3 or better use Cassiopeia for testing ?

I think you have probably a lot of old stuff that you had installed on J3 taken over to J4...
#100
Commercial Jobs / Re: Fix add to cart problem wi...
Last post by Sofiachloe - March 29, 2024, 09:38:37 AM
Hence, check to see whether your add to cart button isn't being affected by a caching plugin. Check the functionality of the add to cart button ...So, what causes Woo Commerce to quit adding products to the cart? Woo Commerce typically stops   2048 cupcakes  working due to a setting within the plugin, the WordPress installation, or the website's cache. The problem can also result from a conflict with the theme your site is using, or another plugin.The Woo Commerce pages or Cart URL may not be configured properly, which can also result in the add to cart button not functioning. Go to Woo Commerce Settings and click on the Advanced Tab on the settings page to make sure things are configured properly.