<![CDATA[ Magento to Modx migration - My Forums]]> https://forums.modx.com/thread/?thread=104221 <![CDATA[Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560522 ]]> chrisandy Aug 08, 2018, 03:01 PM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560522 <![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-561173
In my mind this binding of the data to the template ^could just be a custom snippet in the template head. TBH I don't know what 'bind' truly means, how low-level that connection must be made, but it seems to control the template rather than be in some sense subordinate to the template. A solid bit of php should be fine to get the job done, whatever values or restrictions can be imposed.

Now when you have what seems to be dozens of them, you have to approach it in a more orderly fashion of course. And that would seem to involve digging into the underlying structure of those multiple...sets of data. Can or should they be broken apart into separate factors?

MIGX may be attractive, but there are many tools, just thought I would overshare a bit]]>
nuan88 Aug 27, 2018, 10:27 PM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-561173
<![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560782 chrisandy Aug 15, 2018, 07:20 AM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560782 <![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560767
It would take some custom code to search for and display the records with a particular attribute set value.

[update] On second thought, the getExtResources snippet might do that for you.]]>
BobRay Aug 14, 2018, 09:59 PM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560767
<![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560750
Using ClassExtender, is it possible to bind sets of resource fields to templates to create what Magento calls, an 'attribute set'? (so I'm not binding all 75 fields to every resource)

Will the extra resource fields be available to Importx?]]>
chrisandy Aug 14, 2018, 07:30 AM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560750
<![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560733 https://bobsguides.com/blog.html/2014/06/02/why-extend-modresource/]]> BobRay Aug 13, 2018, 08:55 PM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560733 <![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560718 chrisandy Aug 13, 2018, 06:53 AM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560718 <![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560716
maybe one tv to determine the appropriate attributes for a given session makes the most sense here, or even possibly broken up into groups]]>
nuan88 Aug 12, 2018, 09:48 PM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560716
<![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560710 Quote from: nuan88 at Aug 12, 2018, 01:40 PM

LK: I am a bit unsure of the relationship between MIGXTV and the issue that Bob mentioned. Does MIGX help or not help with this issue? Does it help a bit or a lot?

There is no relationship - It doesn't help. TVs are never really a good idea to search and filter resources by. A repeating MIGXTV with a heading for the attribute and an input box for the attribute value is probably just an easier way to go (as you suggested in your post) when it comes to importing with importx.

The preferred way would be to extend the resource object or create custom db tables and write your own import script to map the data.
]]>
lkfranklin Aug 12, 2018, 02:39 PM https://forums.modx.com/thread/104221/magento-to-modx-migration?page=2#dis-post-560710
<![CDATA[Re: Magento to Modx migration]]> https://forums.modx.com/thread/104221/magento-to-modx-migration#dis-post-560708 Quote from: chrisandy at Aug 12, 2018, 08:35 AM


Does it matter what number the resource IDs start at?

Resource ids start at one and go up, never repeating

Usually we end up using a tool to re-write the url into the alias, so the alias is a bit more important

Bob: What's preferred if there will be too many tvs?

LK: I am a bit unsure of the relationship between MIGXTV and the issue that Bob mentioned. Does MIGX help or not help with this issue? Does it help a bit or a lot?]]>
nuan88 Aug 12, 2018, 01:40 PM https://forums.modx.com/thread/104221/magento-to-modx-migration#dis-post-560708