Page 131 of 245 FirstFirst ... 3181121129130131132133141181231 ... LastLast
Results 1,301 to 1,310 of 2445
  1. #1301
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by countrycharm View Post
    I believe that would be the correct thing to do. Good question Diva.... :)
    Quote Originally Posted by picandnix View Post
    I'll third that motion.
    I have to ask because since Conor's passing, the die-hard community supporters of this add-on and the very GRACIOUS author of a "competing" module have been the ONLY support here for Ceon URI Mapping.. Conor's modules appear to have gone by the way of the Numinix free modules model (no updates or support here is forthcoming from the authors).. And that's fine.. but at the risk of rocking the boat, it would be nice if the keepers of Conor's legacy modules were to make a somewhat consistent appearance to actually SUPPORT Conor's free legacy modules too (not just this one ALL of them)..

    OR

    let the community know that no such support will be forthcoming nor should be expected.. After all we merry 4 have been managed to make it work for this add-on..

    IJS..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  2. #1302
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    The question gets asked here often about creating URI entries for non product/category/EZ Pages URLs using this add-on.. I used to have a spreadsheet that I used to upload URIs to the mappings table.. Again while this is easy for me to execute, unless one is familiar with using a spreadsheet to upload data to a table, this process admittedly is not for the faint of heart.. (which is why I've never shared it -- I've no time/interest in explaining how to use it -- sorry)

    Now Conor provided very good instructions for how to do this. However one must be proficient with PHPMyAdmin to use them.. And I realize that not everyone who uses this module will be comfortable or proficient..


    So I am considering putting together a SQL file that seeks to create URI Mapping records for all of the default Zen Cart pages based on method 1 of Conor's instructions.

    • The URI mapping to be mapped from should be entered in the uri field. (Remember to begin the URI with a slash ‘/’).
    • The number representing the language ID this URI mapping applies for should be entered in the language_id field.
    • The current_uri field should be set to “1” to make this the “current” URI.
    • The Zen Cart page to be mapped to should be entered in the main_page field.
      (ETA: The value is easy to find. It is what appears in the native URL after "main_page=" so for the Discount Coupon page this is "discount_coupon" which is derived from the URL as follows: "/index.php?main_page=discount_coupon")
    • The date/time this URI mapping was added should be set in the date_added field (or just use the “NOW()” SQL function).
    • The query_string_parameters, associated_db_id and alternate_uri fields are not used, they must be left as “NULL”. The redirection_type_code is not used either so it doesn't matter what value it has (it can just be left at the default value of 301).
    The pages the SQL file will create would be based on the page information found here: http://www.zen-cart.com/wiki/index.php/Pages

    Now that said if I can find time to put this together, it will ONLY cover the default pages.. Any CUSTOM pages from other modules such as Flexible Returns Authorization, Testimonial Manager, Contest Manager, About Us, etc will NOT be included. I will probably include a "Guest Account" page for users of COWOA since COWOA will be bundled into the upcoming v1.6 release.. However, fear not, the structure should be CLEAR enough for anyone (even a novice) to see how to add additional pages to the URI Mappings table.

    Now this said, I would like to see if there is any community interest in this or not.. If not, then I won't put any effort into this at all..
    Last edited by DivaVocals; 29 Oct 2013 at 08:57 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  3. #1303
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    Quote Originally Posted by DivaVocals View Post
    The question gets asked here often about creating URI entries for non product/category/EZ Pages URLs using this add-on.. I used to have a spreadsheet that I used to upload URIs to the mappings table.. Again while this is easy for me to execute, unless one is familiar with using a spreadsheet to upload data to a table, this process admittedly is not for the faint of heart.. (which is why I've never shared it -- I've no time/interest in explaining how to use it -- sorry)

    Now Conor provided very good instructions for how to do this. However one must be proficient with PHPMyAdmin to use them.. And I realize that not everyone who uses this module will be comfortable or proficient..


    So I am considering putting together a SQL file that seeks to create URI Mapping records for all of the default Zen Cart pages based on method 1 of Conor's instructions.



    The pages the SQL file will create would be based on the page information found here: http://www.zen-cart.com/wiki/index.php/Pages

    Now that said if I can find time to put this together, it will ONLY cover the default pages.. Any CUSTOM pages from other modules such as Flexible Returns Authorization, Testimonial Manager, Contest Manager, About Us, etc will NOT be included. I will probably include a "Guest Account" page for users of COWOA since COWOA will be bundled into the upcoming v1.6 release.. However, fear not, the structure should be CLEAR enough for anyone (even a novice) to see how to add additional pages to the URI Mappings table.

    Now this said, I would like to see if there is any community interest in this or not.. If not, then I won't put any effort into this at all..
    Diva sound good to me. Anything is better than nothing at all.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  4. #1304
    Join Date
    Oct 2013
    Location
    United States
    Posts
    88
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    After Finished installation. still i can see.
    1.index.php?main_page=about_us
    2./index.php?main_page=shippinginfo
    3./index.php?main_page=site_map
    4.index.php?main_page=gv_faq
    5./index.php?main_page=discount_coupon
    6./index.php?main_page=conditions

    I want to example blew
    1.mysite/1.about_us.html
    2.mysite/shippinginfo.html

  5. #1305
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    Quote Originally Posted by crixus View Post
    After Finished installation. still i can see.
    1.index.php?main_page=about_us
    2./index.php?main_page=shippinginfo
    3./index.php?main_page=site_map
    4.index.php?main_page=gv_faq
    5./index.php?main_page=discount_coupon
    6./index.php?main_page=conditions

    I want to example blew
    1.mysite/1.about_us.html
    2.mysite/shippinginfo.html
    This is related to what Diva Vocals has posted a few posts back. CEON's free uRI rewriter gives the tools to accomplish what you are asking, but requires the installer/operator to perform additional actions. If you are able to follow the general instructions that she posted above, then you should be able to get your desired end result.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1306
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    Quote Originally Posted by mc12345678 View Post
    This is related to what Diva Vocals has posted a few posts back. CEON's free uRI rewriter gives the tools to accomplish what you are asking, but requires the installer/operator to perform additional actions. If you are able to follow the general instructions that she posted above, then you should be able to get your desired end result.
    and ONE MORE REASON why it pays to read through the support thread BEFORE posting a question as is suggested in the posting tips..

    That last tip includes using the thread tools to search THIS thread.. This particular topic and the answer is not only covered in my post from today but in MANY other posts in this support thread (something I elude to in my post..)

    Also the readme that comes with this add-on is one of the BEST WRITTEN ones available, and this particular topic is covered in DETAIL in the Ceon URI Mapping readme (which I also quote in my earlier post)..
    Last edited by DivaVocals; 29 Oct 2013 at 11:29 PM.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  7. #1307
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    Quote Originally Posted by DivaVocals View Post
    The question gets asked here often about creating URI entries for non product/category/EZ Pages URLs using this add-on.. I used to have a spreadsheet that I used to upload URIs to the mappings table.. Again while this is easy for me to execute, unless one is familiar with using a spreadsheet to upload data to a table, this process admittedly is not for the faint of heart.. (which is why I've never shared it -- I've no time/interest in explaining how to use it -- sorry)

    Now Conor provided very good instructions for how to do this. However one must be proficient with PHPMyAdmin to use them.. And I realize that not everyone who uses this module will be comfortable or proficient..


    So I am considering putting together a SQL file that seeks to create URI Mapping records for all of the default Zen Cart pages based on method 1 of Conor's instructions.



    The pages the SQL file will create would be based on the page information found here: http://www.zen-cart.com/wiki/index.php/Pages

    Now that said if I can find time to put this together, it will ONLY cover the default pages.. Any CUSTOM pages from other modules such as Flexible Returns Authorization, Testimonial Manager, Contest Manager, About Us, etc will NOT be included. I will probably include a "Guest Account" page for users of COWOA since COWOA will be bundled into the upcoming v1.6 release.. However, fear not, the structure should be CLEAR enough for anyone (even a novice) to see how to add additional pages to the URI Mappings table.

    Now this said, I would like to see if there is any community interest in this or not.. If not, then I won't put any effort into this at all..
    Geez, Diva, you're genius. I know that recently I advocated another Zenner to use this produuct, and then was also asked about how to setup the pages like described.

    I have worked a little with an easy populate plugin and could incorporate the structure and actions of it into at least that version. Hadn't even thought of incorporating it until your comment. I've been doing it the "hard way" when adding a new address and have rarely needed to do that..
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #1308
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    Quote Originally Posted by mc12345678 View Post
    Geez, Diva, you're genius. I know that recently I advocated another Zenner to use this produuct, and then was also asked about how to setup the pages like described.

    I have worked a little with an easy populate plugin and could incorporate the structure and actions of it into at least that version. Hadn't even thought of incorporating it until your comment. I've been doing it the "hard way" when adding a new address and have rarely needed to do that..
    Genius.. Who me??? nah! I just play one on TV!

    Goodness if you could work out a way to help EZ Populate users who are using this add-on too that would be OUTSTANDING!!! One of the "achilles heels" of this add-on on is that EZ Populate users have to manually edit products/categories ADDED or MODIFIED via EZ Populate in order to get the URI Mapping table populated/updated..

    Now if on TOP OF THAT, you could come up with a way to use EZ Populate to update the Ceon URI Mapping table, you could expand it to do more than just add the default pages. In theory you COULD come up with a means to allow shopowners to use EZ Populate for the initial population of the product, category, and EZ Pages URIs when one first installs this add-on on an existing store. This would be miles easier than having to manually update every product/category/EZ Page on the site..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  9. #1309
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    Quote Originally Posted by DivaVocals View Post
    This would be miles easier than having to manually update every product/category/EZ Page on the site..
    And circumnavigate a rather (now, yet not previously) expensive commercial add-on that currently does it.

  10. #1310
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x - Specifying the current URI Mapping for any other Zen Cart

    Quote Originally Posted by picandnix View Post
    And circumnavigate a rather (now, yet not previously) expensive commercial add-on that currently does it.
    Which, in part is why I hadn't put something like it out there yet. I don't know if it is something like a programmer's respect or if it is that I don't want to be responsible for the loss of another's income (although I might be talked into it. ), but I was considering providing the ability to interface with the applicable table(s), leaving any automation or other mixing and matching to the user. This is much like how the version of EP that I have come to like is setup. It seems to have all that is needed in it, but is not necessariily sequenced/documented for all things.

    To incorporate in another version, I'd have to learn and tinker a bit.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR