Shop / e-Commerce Integration

Joomla Shop Integration Virtuemart missing

  • AIR Learning
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 5 months ago #1 by AIR Learning
Joomla Shop Integration Virtuemart missing was created by AIR Learning
After installing Joomdle and the plg_system_joomdlevm2 on joomla 3.3.6 i miss the option Virtuemart in the shop section.
The plugin is also enabled.

do i miss something?
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic Joomla Shop Integration Virtuemart missing
VM for J3 has not been officially released yet. Once they have a stable version, we will work on integration.

Please Log in or Create an account to join the conversation.

  • AIR Learning
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 5 months ago #3 by AIR Learning
Replied by AIR Learning on topic Joomla Shop Integration Virtuemart missing
Owh.. i see indeed thats the point.. but VM 3.0.0 is official reased the day before yesterday.

see als virtuemart.net/news/latest-news/465-virtuemart-3-is-here

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #4 by Antonio Durán
Replied by Antonio Durán on topic Joomla Shop Integration Virtuemart missing
Thanks for the info.

I tested, and it seems current Joomdle code is workinf fine with new version.

To enable VM in shop configuration, edit administrator/components/com_joomdle/models/fields/shop.php and un-comment these lines:
Code:
$option = array ('value' => 'virtuemart2', 'text' => 'Virtuemart 2'); $options[] = $option;

If you try, please let us know if everything works as expected.

Please Log in or Create an account to join the conversation.

  • AIR Learning
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 5 months ago #5 by AIR Learning
Replied by AIR Learning on topic Joomla Shop Integration Virtuemart missing
thank you for the update.. yes VM is now visible in the joomdle configuration.

By sychornising the products to the shop i see 2 errors:

Duplicate entry '' for key 'slug' SQL=INSERT into ad_virtuemart_products_nl_nl (virtuemart_product_id, product_name, product_s_desc, product_desc, slug) VALUES ('4', '', '', '', '');


and one product apears in the shop with the product name

Language Missing id 2


when opening the product all items are empty expect the course ID number.

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #6 by Antonio Durán
Replied by Antonio Durán on topic Joomla Shop Integration Virtuemart missing
First error must be caused by another product already in shop wirh same slug. Remove both, and start over.

Maybe second error is related... I am not sure.

Please Log in or Create an account to join the conversation.

  • AIR Learning
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 5 months ago #7 by AIR Learning
Replied by AIR Learning on topic Joomla Shop Integration Virtuemart missing
Dear Antonio,

No the shop is empty, there was only 1 product in the shop manualy made and this had his own unique productnumber and name.. this product was not availible in the moodle instance. I think this item is related to the issue.

btw what do you mean with slug? Product id?

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #8 by Antonio Durán
Replied by Antonio Durán on topic Joomla Shop Integration Virtuemart missing
slug=alias, but now that I look at it closely, I see values are empty in the query.

I have made some changes in my local installation since last release, so that may explain the difference. Hopefully we will have a new release out soon.

Please Log in or Create an account to join the conversation.