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

TOPIC: No Product Virtuemart

No Product Virtuemart 4 years, 3 months ago #40176

Hello
I upgrade to Virtuemart 3.6.10 and
I have a problème with the JS Extra Slider and SJ Listing Tabs for VirtueMart .
In the Source Option Tab i have :
"Maybe your component (Virtuemart) has been installed incorrectly.Please sure your component work properly.If you still get errors, please contact us via our "
Please on the other time you help me whith à patch.
Thank's a lot

Re: No Product Virtuemart 4 years, 3 months ago #40186

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
The following user(s) said Thank You: copyman

Re: No Product Virtuemart 4 years, 3 months ago #40189

Work find , Thank’s a lot
@+Fred

Re: No Product Virtuemart 3 years, 11 months ago #40671

I do it but in front have an others problem for the first time when I load the site and click each product show in module return an error
that: "Product removed"
do you have any idea to solving it?

Re: No Product Virtuemart 3 years, 11 months ago #40706

Hello,
Please you go here www.smartaddons.com/support/tickets submit a ticket.
Thanks
  • Page:
  • 1
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