Page 1 of 2 12 LastLast
Results 1 to 10 of 2445

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    34
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by triumph View Post
    Hi,

    How to add: about us page, to ceon url mapping manager, to rewrite it?

    Thanks

    Séb
    Lets say the page you want to change is /index.php?main_page=conditions, which represents "Conditions of use" page. In PHPMyAdmin, insert record with this values:

    uri -> /conditions
    language_id -> type your language_id
    current_uri -> 1
    main_page -> conditions
    query_string_parameters -> NULL
    associated_db_id -> NULL
    alternate_uri -> NULL
    redirection_type_code -> 301
    date_added -> select NOW() function next to field

    It is the same for all pages: privacy, contact_us, shipppinginfo, advanced_search...

  2. #2
    Join Date
    Oct 2010
    Posts
    34
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I have one question too.

    How to type disallow pages in robots.txt?

    Like this (native):
    Code:
    Disallow: /index.php?main_page=contact_us
    Or like this:
    Code:
    Disallow: /kontakt
    I have mapped URI for contact_us page like I described in previous post. URL is http://sportak.rs/shop/kontakt

  3. #3
    Join Date
    Apr 2010
    Posts
    900
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi Conor,

    Greetings from hot and sticky Florida. Long time no talk, I hope this note finds you doing well!

    I am writing because I have a three issues and hoped you might be kind enough to offer your thoughts.

    ISSUE #1: Upgrading ZC from 1.3.9d to 1.3.9h
    ISSUE #2: Upgrading Ceon URI from 3.6.3 to 4.0.3
    ISSUE #3: Moving the entire store to a new domain

    I reviewed your FAQ and Upgrading instructions included with 4.0.3 and I have two main questions.

    FIRST: Do I need to flush Ceon URI from mySQL when I switch domains? Or should I be able to transfer the database to the new domain with no Ceon URI issues?

    SECOND: What do you think about where "upgrading Ceon URI" fits into my order of operations? I am planning to address these issues in the order listed above.

    Thanks again for all your help! Ceon URI has my vote as the BEST ZC mod ever!

    Yours,
    Mike

  4. #4
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by Feznizzle View Post
    Greetings from hot and sticky Florida. Long time no talk, I hope this note finds you doing well!
    Well hello from the usual, lovely and sunny, then freezing cold, then ok, then not-sure-what-this-is-now place that is Ireland. ;)

    Quote Originally Posted by Feznizzle View Post
    Do I need to flush Ceon URI from mySQL when I switch domains? Or should I be able to transfer the database to the new domain with no Ceon URI issues?
    Just take the database tables across as they are. As long as you aren't changing the value of DIR_WS_CATALOG everything will be fine. Ceon URI Mapping doesn't care what the value of HTTP_SERVER is.

    Quote Originally Posted by Feznizzle View Post
    What do you think about where "upgrading Ceon URI" fits into my order of operations?
    That's the correct order. Again, as long as DIR_WS_CATALOG remains the same, everything will be fine.

    Quote Originally Posted by Feznizzle View Post
    Thanks again for all your help! Ceon URI has my vote as the BEST ZC mod ever!
    That's nice of you to say.. you should like 4.x even better then, it's a complete rewrite and substantially better on the backend side of things as well as having some nice new user-side/admin functionality. :)

    All the best...

    Conor
    ceon

  5. #5
    Join Date
    Aug 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi,

    I have searched and searched and cant find a fix to allow CEON URI to work with wordpress intergrated into Zencart.

    I'm not using the MOZ mod, but instructions from
    https://www.numinix.com/blog/2009/09...n-cart-1-3-8a/

    I just cant get mydomain.com/blog to work unless I disable CEON. I have added wordpress and /blog as exceptions and added the suggestion to the htaccess but still no luck.

    Any help is very appreciated.

    Thanks guys

  6. #6
    Join Date
    Apr 2012
    Posts
    27
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    ive just installed ceon uri mapping 4.0.8
    and ive got everything working as far as the url's go
    however as you can see in the included image right sidebox
    is now off to the right about 130 pixels.
    ive read thru the faq about template problems and the fix suggested however this was no help

    the site is modified a bit (inc custom sidebox, header menu, better cattegories, twitter and facebook etc)

    image link here shows missalignment:
    http://i1077.photobucket.com/albums/...1Apr191737.jpg

  7. #7
    Join Date
    Apr 2012
    Posts
    5
    Plugin Contributions
    0

    Default No longer receiving admin order notification emails.

    I added module Ceon URI Mapping (SEO) to Zen-Cart 1.50

    Hosted on Apache with GoDaddy Linux server.
    URI's are working.
    I ran check, and all was good.

    Just one problem. I no longer get admin email notifications for orders. I still can get contact_us emails. Order confirmation emails are being sent to customers. If I turn off URI Mapping in admin config the problem still persists. I assume that when I added the URI module I made an error in a customized file edit somewhere when I couldn't simply transfer the whole file.

    So, what file could I have edited that would only disable admin email notifications?

    At this point I am just trying to narrow down what I need to look at.

    I did edits manually in custom files...

    admin/includes/english/product.php
    admin/includes/modules/update_product.php
    admin/includes/modules/prod_cat_header_code.php
    admin/includes/modules/product/collect_info.php
    admin/includes/modules/product/preview_info.php


    Thanks for any help. Bruce J.

  8. #8
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: No longer receiving admin order notification emails.

    Hi Bruce,

    Quote Originally Posted by MadRiver View Post
    So, what file could I have edited that would only disable admin email notifications?
    I can help you narrow things down by telling you that you are looking in the wrong place. It's impossible for Ceon URI Mapping to have the effect you are describing, NONE of its files interact with e-mail.

    So you must have been changing something else at the same time.

    None of the core files you listed use notifications. None of the modified core files in Ceon URI Mapping do.

    At least you know you didn't make a mistake in any of those files and can discount them as the source of your problem.

    Sorry I don't have any more info than that.

    Maybe check your e-mail settings?

    At least enable E-mail Archiving so you can see that the e-mails are being sent. Maybe it's a simple spam filter issue.

    Good luck sorting this! Obviously you can start a new thread if you're still having trouble, this isn't the right thread for it anymore.

    All the best..

    Conor
    ceon

  9. #9
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by rudy386 View Post
    ive read thru the faq about template problems and the fix suggested however this was no help
    Sorry but that's not an issue I can help with. The FAQs do indeed have all the info you need, so if you can't fix things using that info you should pay a developer/template designer to do it for you.

    All the best...

    Conor
    ceon

  10. #10
    Join Date
    Apr 2012
    Posts
    27
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Issue Resolved Turns Out it wasnt the URI Mapping after all.

    It was the html table in the listing itself.


    many thanx to mydigitalfixation.com

    May the ZEN Be with You.

 

 
Page 1 of 2 12 LastLast

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

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