Page 64 of 245 FirstFirst ... 1454626364656674114164 ... LastLast
Results 631 to 640 of 2445
  1. #631
    Join Date
    Jan 2012
    Posts
    9
    Plugin Contributions
    0

    Default snap affiliate stops working

    Hi,

    Not sure if this is solved, but I could find answer within this thread.

    I used to have snap affiliate add-on and it was working ok, but after I installed CEON URI mapping, the affiliate stopped working, seems like: everything customer try to click the link "http://mysite.com/&referrer=CNWR_5041338700765", Ceon will cut the referrer information and only "http://mysite.com" remains.

    could you help to fix the problem?

    many thanks!
    Last edited by zartoo; 3 Jun 2012 at 11:56 PM.

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

    Default Re: snap affiliate stops working

    Hi,

    Quote Originally Posted by zartoo View Post
    "http://mysite.com/&referrer=CNWR_5041338700765", Ceon will cut the referrer information and only "http://mysite.com" remains.
    That's not a valid URI, that's why it's being clipped.

    You need to get this third party module fixed so that it doesn't simply add "&referrer=CNWR_5041338700765" to links but instead builds the URI using the "parameter" "referrer=CNWR_5041338700765" (e.g by using zen_href_link()).. that way a question mark will be used instead of an ampersand:

    http://mysite.com/?referrer=CNWR_5041338700765

    That's a correct URI.

    This module must be assuming that the URI already has index.php?main_page=XXX in it, so that it is okay to append a parameter with just an ampersand.. that's not the right way to build things and you can see from the above why it's not compatible with the static URIs your site now uses.

    All the best..

    Conor
    ceon

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

    Default Re: 404 email, but no sitemap shown..with URI mapping

    Hi Paul,

    Quote Originally Posted by horsetags View Post
    I have just moved servers and although the urls are all showing the name of the products, the ?cpath is showing at the end of the url, but only for the products, the categories are fine.
    Please read the FAQs for the answer to this question (basically, check the canonical tag is present in the header and ignore the "issue").

    All the best..

    Conor
    ceon

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

    Default Re: 404 email, but no sitemap shown..with URI mapping

    Hi,

    Quote Originally Posted by torvista View Post
    These queries are indeed invalid and the latter two are related to image links in the chunk of flash-images embedded in that page.
    The page displays ok, validates and no site map or 404 error is ever shown.
    I'm really not following you here.. what are "queries"? Web addresses?

    How can the page display okay but they are invalid?

    Totally confused as to what you are actually describing!

    All the best...

    Conor
    ceon

  5. #635
    Join Date
    Sep 2010
    Posts
    38
    Plugin Contributions
    0

    Default Re: 404 email, but no sitemap shown..with URI mapping

    Hi,
    First of all, thanks for the great module and the step by step installation directions.
    I have one problem, after I started going through each category and product and clicking the "automatically generate," the pictures of the items in those particular categories disappear!

    And no matter what categories I click on in the home page, it just lead to the home page. Can you help me please? Thanks!

  6. #636
    Join Date
    May 2009
    Posts
    413
    Plugin Contributions
    0

    help question Reviews URL

    Hi,

    I'm using ZC 1.3.9, SitemapXML (formerly "Google Sitemap") v3.0.3, Ceon URI Mapping (UMM Edition) v4.0.8 and Ceon URI Mappings Manager v1.2.0

    In google webmaster tools, under the sitemaps > sitemapindex.xml > sitemapreviews.xml section I see the following:

    (reviews) Submitted: 2
    (reviews) Indexed: -

    ...product reviews are being submitted by sitemapxml, but not being successfully indexed by google.

    My site's sitemapreviews.xml file urls are in the following format: http://www.example.com/category/product/review?reviews_id=11 but the canonical link on the actual review page points to: http://www.example.com/category/product/review if I try to go to http://www.example.com/category/product/review it forwards me to http://www.example.com/category/product/reviews (note "reviews" instead of "review").

    This results in http://www.example.com/category/product/review?reviews_id=11 being submitted to google (via sitemapxml) as the review URL, that page then lists http://www.example.com/category/product/review as the correct url (via canonical), which then in turn forwards to http://www.example.com/category/product/reviews - confusing, I know!

  7. #637
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Reviews URL

    I can't seem to get this mod working for my define pages. Here is what I have set for my contact page:

    uri: /Contact-Us
    language_id: 1
    current_uri: 1
    main_page: contact_us
    query_string_parameters: NULL
    associated_db_id: 0
    alternate_uri: NULL
    redirection_type_code: 301

    The contact us page is still just showing the regular dynamic url. Did I do something wrong when I added the new database record?

    Thanks!
    Danielle

  8. #638
    Join Date
    Oct 2004
    Posts
    1,045
    Plugin Contributions
    0

    Default Re: Reviews URL

    Got it :) I thought leaving the associated_db_id field blank would be enough, but I needed to actually set it to NULL, oops.

    Quote Originally Posted by Danielle View Post
    I can't seem to get this mod working for my define pages. Here is what I have set for my contact page:

    uri: /Contact-Us
    language_id: 1
    current_uri: 1
    main_page: contact_us
    query_string_parameters: NULL
    associated_db_id: 0
    alternate_uri: NULL
    redirection_type_code: 301

    The contact us page is still just showing the regular dynamic url. Did I do something wrong when I added the new database record?

    Thanks!
    Danielle

  9. #639
    Join Date
    Sep 2010
    Posts
    38
    Plugin Contributions
    0

    Default Auto Generate URI makes images disappear

    Sorry for post this twice...I cant figure out how to delete or edit the other post...

    Hi,
    First of all, thanks for the great module and the step by step installation directions.
    I have one problem, after I started going through each category and product and clicking the "automatically generate," the pictures of the items in those particular categories disappear!

    And no matter what categories I click on in the home page, it just lead to the home page. Can you help me please? Thanks!

    Zen Cart Version 1.5

    Thank you and sorry again!!

  10. #640
    Join Date
    Aug 2006
    Posts
    89
    Plugin Contributions
    0

    Default Re: Auto Generate URI makes images disappear

    Hello Conor,

    I had CEON installed on v1.3.8.a. I found it easy to install and it seemed to work perfectly.

    Then I noticed that the Gift Certificates had disappeared from their section of the shop. They appeared again when I disabled CEON.

    I have just upgraded to the latest version of Zencart and CEON but I am having the same problem.

    In Caregories/Products-Gift Certificates I have tried using the URI mapping

    /Gift_Certificates/5GBP

    /Gift_Certificates/5

    and also

    /Gift_Certificates/Five_Pounds

    in case it was a problem with the numbers, but none of these work.

    Is there a different mapping for gift certificates I haven't noticed?

    Any help would be appreciated.

 

 

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