Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Maybe your component (Virtuemart) has been installed incorrectly. Please sure your component work properly. If you still get errors, please contact us via our forum or ticket system
(1 viewing) (1) Guest

TOPIC: Maybe your component (Virtuemart) has been installed incorrectly. Please sure your component work properly. If you still get errors, please contact us via our forum or ticket system

Re: Maybe your component (Virtuemart) has been installed incorrectly. Please sure your component work properly. If you still get errors, please contact us via our forum or ticket system 4 years, 6 months ago #39648

  • box
  • OFFLINE
  • Single Product
  • Fresh Boarder
  • Posts: 14
  • Karma: 1
Hi Minizao and thnak you for your reply. In fact downgrading is not a "solution". We need to upgrade virtuemart for differents reasons and smartaddons should test their extensions to provide the best experience to their customers. I'm waiting for a solution since a few days, and the smartaddons's answer is: reinstall the extension correctly.

First of all, i bought the template to be able to use the quickstart package and free my time to put my boutique online as soon as possible. I opened aslo a ticket, and they told me once again to reinstall the extension. I thought i could get a good customer experience with Smartaddons by paying my template, but it seems that once we paid a template or extension, nobody cares about issues we could met...

Re: Maybe your component (Virtuemart) has been installed incorrectly. Please sure your component work properly. If you still get errors, please contact us via our forum or ticket system 4 years, 1 month ago #40451

Hello, admin
Can you help us?
Peoples can you solve this problem? anyone?

Re: Maybe your component (Virtuemart) has been installed incorrectly. Please sure your component work properly. If you still get errors, please contact us via our forum or ticket system 4 years, 1 month ago #40452

Hello,

All above modules has is a file in path : core\fields\sjvmcategories.php
So you need to simply change (near line 46 ):
if (!class_exists('VmModel')) {
if (defined('JPATH_VM_ADMINISTRATOR') && file_exists(JPATH_VM_ADMINISTRATOR . '/helpers/vmmodel.php')) {
require JPATH_VM_ADMINISTRATOR . '/helpers/vmmodel.php';
} else {
$this->error = 'Could not find VmModel helper';
return false;
}
}​
with below codes :
if (!class_exists('VmModel')) {
$vmpath_admin = $rootPath.'/administrator/components/com_virtuemart';
JLoader::register('VmModel', $vmpath_admin.'/helpers/vmmodel.php');
}
and find
protected function getCategories()
comment code
//VmConfig::loadJLang('com_virtuemart', true);
VmConfig::loadConfig();

Thanks

Re: Maybe your component (Virtuemart) has been installed incorrectly. Please sure your component work properly. If you still get errors, please contact us via our forum or ticket system 3 years, 8 months ago #41551

working all right in my end please advise where i am wrong .
Time to create page: 0.23 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes