Closed (fixed)
Project:
Yml export (for Yandex.Market)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2011 at 23:13 UTC
Updated:
2 Nov 2011 at 13:39 UTC
Hi
Your module uses it's own function to gather the eligible product types but excludes products defined by other modules (eg uc_hotel).
Can you change it to use the built in function uc_product_types instead?
http://api.lullabot.com/uc_product_types
Would this cause any issues with the export?
Lee
Comments
Comment #1
alladdin commentedYes, please. I need uc_hotel to get alone with your module.
Comment #2
Crazy Joker commentedMy working version:
Comment #3
alladdin commentedCrazy Joker, where should I put this code to make it workign?
Comment #4
Crazy Joker commentedReplace function _uc_product_node_types (lines from 139 to 147) in the module yml_export.module.
Dont't copy and paste "<?php" and "?>" tags.
Comment #5
restyler commentedfixed in latest dev (by removing the function at all), thanks
Comment #6
restyler commentedComment #8
alladdin commentedI can confirm it is working now. Thank you