Page 188 of 245 FirstFirst ... 88138178186187188189190198238 ... LastLast
Results 1,871 to 1,880 of 2445
  1. #1871
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    69
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Several years ago, Conner posted that the ?chapter=0 added to the EZ pages was just part of the way CEON worked. It looks like there may now be a work around available and I saw one other person ask the same question.

    I am NOT a developer, but I can follow instructions and do a lot of the work behind the scenes with installs myself if the directions are clear... however, due to my lack of background, there may be things I simply don't understand.

    Specifically, this module is working GREAT with my upgraded v1.5.4 cart. (just upgraded 2 days ago). With the upgrade, all my products and categories, etc are good!
    http://prowoodfingerboards.com/finge...el-fingerboard

    Now that I am current, I am hoping I can go back to my CEON module and try to address an ongoing issue:

    My EZ pages are picking up the chapter info at the end of the url and I don't use or want that.
    See: http://prowoodfingerboards.com/about-prowood?chapter=0

    Server Information
    Server OS: Linux 3.12.35.1418868451 Database: MySQL 5.5.42-37.1
    HTTP Server: Apache
    PHP Version: 5.2.17 (Zend: 2.2.0)

    Module © Copyright 2008-2015 Ceon - Files Version: 4.5.0 Installed Version: 4.5.0

    It looks like I have the ability to

    Remove Words:
    This is a comma-separated list of words which will be removed from the auto-generated URIs. Single characters can also be entered but will only be removed if they are surrounded by spaces (e.g. “-” entered below will remove the dash from “Star Wars - Director's Cut” but not from “Spider-Man”). For example, if the store would like to remove “-”, “and” and “an” from the URIs you'd enter the following:
    -, and, an

    and

    Character/String Replacements:
    This is a comma-separated list of pairs of characters/strings and replacement characters/strings.
    The characters/strings to be replaced in the auto-generated URIs should be separated from their replacements using “=>”. E.g. “£=>GBP, $=>USD”. Any spacing entered for a replacement will be used but replaced with the usual whitespace replacement character (so be careful not leave an extra space at the end of the text entered below if it is not intended!). Spacing entered for the strings/characters to be replaced will be removed/ignored; so it's fine to add a space after each comma, to make things easier to read.
    To remove a character/string simply replace it with nothing. E.g. “£=>, $=>” removes £ and $ dollar signs from the auto-generated URI.


    I have tried to add in the errant string '?chapter=0' in various ways, but I cannot get this to work for me. I did try to add a new ez page after I wrote the rule and the update note on the page was correct telling me .......com/party-site was correct, but when I pulled it up on a new window, the string was there and the url was ...... com/party-event?chapter=0

    Can anyone tell me what I am doing wrong?
    THANKS!

  2. #1872
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    69
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Anyone?

  3. #1873
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I am positively no help what so ever but are your EZpages TOC? None of mine are so I do not have the TOC part of them turned off. Have you tried that?

  4. #1874
    Join Date
    Oct 2010
    Location
    Indiana
    Posts
    69
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    No, the are not TOC. That was one of the first things I checked..

    ANYONE?

  5. #1875
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    well if they are not toc and you have them set as off in the ezpage setup when you created your page then I have no clue. I do not have 1.5.4 yet but do work on that version of stores for others, they do not have toc set to on and they do not have that showing on their expage headers/footers or sideboxes. sorry no help but also if there was anyone with a clue I a sure they would have chimed in by now.

  6. #1876
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,759
    Plugin Contributions
    30

    Default client emails have broken urls to the shop/their account

    In v4.4.3. a change was added to the admin html_output.php file.

    Quote from the docs:
    [ADDED] New core file modification added. The zen_catalog_href_link() function in the admin-side html_output.php file has been modified to make use of Ceon URI Mapping. This will mean that any properly written admin-side software will use static URIs instead of Zen Cart dynamic URIs when generating a link with this function!

    I have found that in my case at least, it causes all emails sent from the admin (order status, back in stock etc.) to have an incomplete url in the email for links pointing to the catalog, like their order status.
    Eg:
    /shop/products etc.
    Instead of
    http://www.mysite.com/shop/products etc.

    This has been mentioned twice in the forums but with no resolution.
    It’s hard to believe this has not been flagged up more, so I would appreciate others checking the urls in the clients emails. I have fixed my store, but I’ll wait and see what others find before posting it.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  7. #1877
    Join Date
    May 2006
    Location
    Gardiner, Maine
    Posts
    2,360
    Plugin Contributions
    23

    Default Re: client emails have broken urls to the shop/their account

    Simple question, maybe not so simple problem.

    This may sound odd but I have one version of zencart in the root and one version in a sub-folder - same domain, same database. I want to install this in both versions so that it will work based on where the cart is.

    domain.com/directions
    doman.com/subfolder/directions.

    I got it installed but get a 404 error on this server. Yeah, I checked the installation. It's all correct.

    So I guess the question is, has anyone else tried to do this and been successful? I don't know if it's a server htaccess problem or if it just can't be done.
    The full-time Zen Cart Guru. WizTech4ZC.com
    New template for 2.0 viewable here: 2.0 Demo

  8. #1878
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: client emails have broken urls to the shop/their account

    Quote Originally Posted by delia View Post
    Simple question, maybe not so simple problem.

    This may sound odd but I have one version of zencart in the root and one version in a sub-folder - same domain, same database. I want to install this in both versions so that it will work based on where the cart is.

    domain.com/directions
    doman.com/subfolder/directions.

    I got it installed but get a 404 error on this server. Yeah, I checked the installation. It's all correct.

    So I guess the question is, has anyone else tried to do this and been successful? I don't know if it's a server htaccess problem or if it just can't be done.
    When say same database, these two stores have different DB_PREFIXes correct?

    Yes have done it, it can be done, it primarily comes down to the .htaccess(es) as the subfolder in which the sub-site is in (not using a sub-domain) can not be used in the "base" store. Not in a position at the moment to obtain the how it was done. If this avenue is pursued further (and solution not found in ths thread) then I'll try to get to it if someone else hasn't before me.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1879
    Join Date
    Oct 2010
    Location
    United Kingdom
    Posts
    477
    Plugin Contributions
    0

    Default Re: client emails have broken urls to the shop/their account

    Can anyone help with cleaning up things like contact us, account and checkout stages (FEC installed) as they are all dirty url's and can't seem to clean them up .. I've been though a few pages , as I'm sure with 188 the answer is there

  10. #1880
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,759
    Plugin Contributions
    30

    Default Re: client emails have broken urls to the shop/their account

    client emails have broken urls to the shop/their account
    ...so from the zero response to my question, I can surmise that everyone's email links are correctly formed then?
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

 

 

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