Magento export/import category product sort order Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How to map data from AutoQuotes Catalog Data Export to Magento Standard Products File to Import?Magento export returns a blank screenImporting URL Rewrites Directly to Database is successful but not showing in admin nor working on the frontendMagento product CSV sheet is not import, just show loading imageSpecial characters stripped off while saving data in DB through raw sql_queryexport/import categoriesIssue with magento 1.9 config product import: “Product with specified super products SKU not found”Magento 2: Data Migration From Non Magento Database to Magento DatabaseMagento2 - How to Export mysql database without products,orders and customers data?Moving Live database to a staging Server (M1)

How can I use the Python library networkx from Mathematica?

Irreducible of finite Krull dimension implies quasi-compact?

Delete nth line from bottom

Is the Standard Deduction better than Itemized when both are the same amount?

When the Haste spell ends on a creature, do attackers have advantage against that creature?

Do I really need to have a message in a novel to appeal to readers?

Is safe to use va_start macro with this as parameter?

Is it fair for a professor to grade us on the possession of past papers?

An adverb for when you're not exaggerating

How to answer "Have you ever been terminated?"

How come Sam didn't become Lord of Horn Hill?

What is the longest distance a player character can jump in one leap?

Do square wave exist?

How to Make a Beautiful Stacked 3D Plot

Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?

First console to have temporary backward compatibility

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

old style "caution" boxes

How could we fake a moon landing now?

How do pianists reach extremely loud dynamics?

Extracting terms with certain heads in a function

Is it cost-effective to upgrade an old-ish Giant Escape R3 commuter bike with entry-level branded parts (wheels, drivetrain)?

Why wasn't DOSKEY integrated with COMMAND.COM?

Wu formula for manifolds with boundary



Magento export/import category product sort order



Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?How to map data from AutoQuotes Catalog Data Export to Magento Standard Products File to Import?Magento export returns a blank screenImporting URL Rewrites Directly to Database is successful but not showing in admin nor working on the frontendMagento product CSV sheet is not import, just show loading imageSpecial characters stripped off while saving data in DB through raw sql_queryexport/import categoriesIssue with magento 1.9 config product import: “Product with specified super products SKU not found”Magento 2: Data Migration From Non Magento Database to Magento DatabaseMagento2 - How to Export mysql database without products,orders and customers data?Moving Live database to a staging Server (M1)



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am looking for an easy way to be able to quickly update the product sort order on any category page via export or import. I have looked into several extensions but have been limited due to the issue of having 1000's of products per category which by default would result in a csv with over 150,000 characters in a particular cell. Even if I do find an extension it will take about the same amount of time to organize the data for import than if I was to organize data for a direct import into a database via a correctly formatted csv (I dare say!).



I am familiar with MySQL and phpMyAdmin and I am very comfortable with exporting and importing directly into it, and even more comfortable with triple checking data before importing for precise characters etc, but I am not so familiar with Magento's database handling and the indexing.



Is it viable to export the "catalog_category_product" table and amend for re-import and does any one know if there would be any other tables involved in this? Or which tables? And any further steps apart from a backup(!).










share|improve this question




























    0















    I am looking for an easy way to be able to quickly update the product sort order on any category page via export or import. I have looked into several extensions but have been limited due to the issue of having 1000's of products per category which by default would result in a csv with over 150,000 characters in a particular cell. Even if I do find an extension it will take about the same amount of time to organize the data for import than if I was to organize data for a direct import into a database via a correctly formatted csv (I dare say!).



    I am familiar with MySQL and phpMyAdmin and I am very comfortable with exporting and importing directly into it, and even more comfortable with triple checking data before importing for precise characters etc, but I am not so familiar with Magento's database handling and the indexing.



    Is it viable to export the "catalog_category_product" table and amend for re-import and does any one know if there would be any other tables involved in this? Or which tables? And any further steps apart from a backup(!).










    share|improve this question
























      0












      0








      0








      I am looking for an easy way to be able to quickly update the product sort order on any category page via export or import. I have looked into several extensions but have been limited due to the issue of having 1000's of products per category which by default would result in a csv with over 150,000 characters in a particular cell. Even if I do find an extension it will take about the same amount of time to organize the data for import than if I was to organize data for a direct import into a database via a correctly formatted csv (I dare say!).



      I am familiar with MySQL and phpMyAdmin and I am very comfortable with exporting and importing directly into it, and even more comfortable with triple checking data before importing for precise characters etc, but I am not so familiar with Magento's database handling and the indexing.



      Is it viable to export the "catalog_category_product" table and amend for re-import and does any one know if there would be any other tables involved in this? Or which tables? And any further steps apart from a backup(!).










      share|improve this question














      I am looking for an easy way to be able to quickly update the product sort order on any category page via export or import. I have looked into several extensions but have been limited due to the issue of having 1000's of products per category which by default would result in a csv with over 150,000 characters in a particular cell. Even if I do find an extension it will take about the same amount of time to organize the data for import than if I was to organize data for a direct import into a database via a correctly formatted csv (I dare say!).



      I am familiar with MySQL and phpMyAdmin and I am very comfortable with exporting and importing directly into it, and even more comfortable with triple checking data before importing for precise characters etc, but I am not so familiar with Magento's database handling and the indexing.



      Is it viable to export the "catalog_category_product" table and amend for re-import and does any one know if there would be any other tables involved in this? Or which tables? And any further steps apart from a backup(!).







      magento-1.9 database database-update






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 19 '15 at 11:56









      Jaimie DijstraJaimie Dijstra

      96214




      96214




















          1 Answer
          1






          active

          oldest

          votes


















          0














          I don't like answering my own questions, but here goes! Just a different approach to sorting the products and making it more manage-able helped.
          My steps:



          1. Disable the category sort order's ordering on the front end view (remove "position" from the sort order thanks to this nice post [http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/][1])

          2. Add a new Attribute for all products not visible/search-able etc, just sort-able and give that a label such as "Default".

          The new attribute is easily changed along with all the other product data via magento's import/export data-flow profiles.
          The only set back is to have a reminder that if you update your theme, to go and repeat step 1 above.






          share|improve this answer























          • Interesting approach. Have you tested this on anchor categories as well?

            – Steven J
            Aug 18 '17 at 18:50











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f79198%2fmagento-export-import-category-product-sort-order%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          I don't like answering my own questions, but here goes! Just a different approach to sorting the products and making it more manage-able helped.
          My steps:



          1. Disable the category sort order's ordering on the front end view (remove "position" from the sort order thanks to this nice post [http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/][1])

          2. Add a new Attribute for all products not visible/search-able etc, just sort-able and give that a label such as "Default".

          The new attribute is easily changed along with all the other product data via magento's import/export data-flow profiles.
          The only set back is to have a reminder that if you update your theme, to go and repeat step 1 above.






          share|improve this answer























          • Interesting approach. Have you tested this on anchor categories as well?

            – Steven J
            Aug 18 '17 at 18:50















          0














          I don't like answering my own questions, but here goes! Just a different approach to sorting the products and making it more manage-able helped.
          My steps:



          1. Disable the category sort order's ordering on the front end view (remove "position" from the sort order thanks to this nice post [http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/][1])

          2. Add a new Attribute for all products not visible/search-able etc, just sort-able and give that a label such as "Default".

          The new attribute is easily changed along with all the other product data via magento's import/export data-flow profiles.
          The only set back is to have a reminder that if you update your theme, to go and repeat step 1 above.






          share|improve this answer























          • Interesting approach. Have you tested this on anchor categories as well?

            – Steven J
            Aug 18 '17 at 18:50













          0












          0








          0







          I don't like answering my own questions, but here goes! Just a different approach to sorting the products and making it more manage-able helped.
          My steps:



          1. Disable the category sort order's ordering on the front end view (remove "position" from the sort order thanks to this nice post [http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/][1])

          2. Add a new Attribute for all products not visible/search-able etc, just sort-able and give that a label such as "Default".

          The new attribute is easily changed along with all the other product data via magento's import/export data-flow profiles.
          The only set back is to have a reminder that if you update your theme, to go and repeat step 1 above.






          share|improve this answer













          I don't like answering my own questions, but here goes! Just a different approach to sorting the products and making it more manage-able helped.
          My steps:



          1. Disable the category sort order's ordering on the front end view (remove "position" from the sort order thanks to this nice post [http://prattski.com/2009/11/30/magento-how-to-remove-the-position-sort-option/][1])

          2. Add a new Attribute for all products not visible/search-able etc, just sort-able and give that a label such as "Default".

          The new attribute is easily changed along with all the other product data via magento's import/export data-flow profiles.
          The only set back is to have a reminder that if you update your theme, to go and repeat step 1 above.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 22 '15 at 5:23









          Jaimie DijstraJaimie Dijstra

          96214




          96214












          • Interesting approach. Have you tested this on anchor categories as well?

            – Steven J
            Aug 18 '17 at 18:50

















          • Interesting approach. Have you tested this on anchor categories as well?

            – Steven J
            Aug 18 '17 at 18:50
















          Interesting approach. Have you tested this on anchor categories as well?

          – Steven J
          Aug 18 '17 at 18:50





          Interesting approach. Have you tested this on anchor categories as well?

          – Steven J
          Aug 18 '17 at 18:50

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f79198%2fmagento-export-import-category-product-sort-order%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Sum ergo cogito? 1 nng

          419 nièngy_Soadمي 19bal1.5o_g

          Queiggey Chernihivv 9NnOo i Zw X QqKk LpB