Page 136 of 245 FirstFirst ... 3686126134135136137138146186236 ... LastLast
Results 1,351 to 1,360 of 2445
  1. #1351
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by apogeerockets View Post
    Ahhh!! The mod has been working so well that I haven't been on this thread in nigh a year, and I now find out Conor has passed!

    That said, I'm having compatibility issues with the URI Mapper and the Ultimate Zen Cart mobile template. The URIs work, but I am getting NO IMAGES when visiting a page via the generated URI. Has anyone tried to use the two together? Instead of product_info, it uses product_mobile templates. I'm decent at coding, just wondering if anyone has a suggestion on where to start looking for a solution...... I can PM someone our beta address and login info if needed.
    You say it uses product_mobile templates, so couple of things come to mind, the plug-in has an array that includes the product types, and is setup for five basic types, but can be expanded to more. Adding this sixth type may resolve your issue. Of course wondering if you have tried to add a mapping with product_mobile as part of the assignment?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  2. #1352
    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 mc12345678 View Post
    You say it uses product_mobile templates, so couple of things come to mind, the plug-in has an array that includes the product types, and is setup for five basic types, but can be expanded to more. Adding this sixth type may resolve your issue. Of course wondering if you have tried to add a mapping with product_mobile as part of the assignment?
    and that's nice, but totally UNRELATED to this module.. the issue is with the template.. hence may I respectfully ask that this discussion get moved to a new thread..
    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. #1353
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    and that's nice, but totally UNRELATED to this module.. the issue is with the template.. hence may I respectfully ask that this discussion get moved to a new thread..
    See thread: http://www.zen-cart.com/showthread.p...15#post1225815 to carry on conversation related to the combination of CEON URI mapping and Ultimate Zen Cart Mobile Template being installed.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #1354
    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 mc12345678 View Post
    See thread: http://www.zen-cart.com/showthread.p...15#post1225815 to carry on conversation related to the combination of CEON URI mapping and Ultimate Zen Cart Mobile Template being installed.
    and gonna say again the issue is the TEMPLATE.. not Ceon URI, not even getting this template to work with Ceon URI.. The likely issue is that this template is not coded using default Zen Cart functions which is being ILLUMINATED (rather than caused by) Ceon URI..
    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.

  5. #1355

    Default Re: Ceon URI Mapping v4.x

    I have this module installed and it works fine. I have a few lines of code in a sidebox though that bring up a different link depending on which page is open: elseif ($_GET['cPath'] == '30') {
    $content = '<div class="adlink"><a href="http://www.drgreens.co.uk/index.php?...qs_id=5">Odour Control</a></div>'; With the url rewriting switched on it now doesn't work, I'm assuming because that page now ends in /Environment/Odour-Control and not cpath_30 How can I get this code to work to bring up that link on that page? Thanks

  6. #1356
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by kitten091182 View Post
    I have this module installed and it works fine. I have a few lines of code in a sidebox though that bring up a different link depending on which page is open: elseif ($_GET['cPath'] == '30') {
    $content = '<div class="adlink"><a href="http://www.drgreens.co.uk/index.php?...qs_id=5">Odour Control</a></div>'; With the url rewriting switched on it now doesn't work, I'm assuming because that page now ends in /Environment/Odour-Control and not cpath_30 How can I get this code to work to bring up that link on that page? Thanks
    I could wait, but thought I would offer my best guess, possibly use a post instead of get statement? Or else, take a look at you're page source and see what variables are present (hidden) that would give you the desired result?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #1357
    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 kitten091182 View Post
    I have this module installed and it works fine. I have a few lines of code in a sidebox though that bring up a different link depending on which page is open: elseif ($_GET['cPath'] == '30') {
    $content = '<div class="adlink"><a href="http://www.drgreens.co.uk/index.php?main_page=faq_info&fcPath=4&faqs_id=5">Odour Control</a></div>'; With the url rewriting switched on it now doesn't work, I'm assuming because that page now ends in /Environment/Odour-Control and not cpath_30 How can I get this code to work to bring up that link on that page? Thanks
    Honestly I have NO IDEA what you are trying to describe here.. If you can post a better description of what is happening and which sidebox/module you are using it would be very helpful..

    However I suspect the issue is your sidebox/module and how it builds links is NOT using build in Zen Cart link functions. It is UNLIKELY that the issue is NOT Ceon URI, but an issue with your sidebox/module which is being ILLUMINATED by Ceon URI..
    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.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    Honestly I have NO IDEA what you are trying to describe here.. If you can post a better description of what is happening and which sidebox/module you are using it would be very helpful..

    However I suspect the issue is your sidebox/module and how it builds links is NOT using build in Zen Cart link functions. It is UNLIKELY that the issue is NOT Ceon URI, but an issue with your sidebox/module which is being ILLUMINATED by Ceon URI..
    From the code provided that is correct that they are not building their link using ZC functions, but improperly hard coding the link. Their issue though appears to be that they are reading the URI (get statement) which at that point is already modified by CEON URI. As a result, the code in the if statement is not being "processed" to display to the visitor. This is why I suggested changing to a post command as I would think the cPath or a similar data value would be present on the page/in the data. Not sure if master_category_id or a similar would be the appropriate variable to check for, but something appropriate for a cPath of 30 should be on the page or have been posted.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1359
    Join Date
    Feb 2012
    Location
    mostly harmless
    Posts
    1,809
    Plugin Contributions
    8

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by DivaVocals View Post
    ... If you can post a better description of what is happening and which sidebox/module you are using it would be very helpful. ..
    Exactly. We need to know WHAT 3rd part module has been installed to provide the Zen Cart page "faq_info". This is not a standard part of Zen Cart.

    Quote Originally Posted by mc12345678 View Post
    From the code provided that is correct that they are not building their link using ZC functions, but improperly hard coding the link. ...
    I highly suspect this is the root cause. I've written a number of custom Zen Cart pages over the last couple years and they have all worked with CEON URI Mapping (and other alternative URL generators). The key is always using the correct Zen Cart functions and structure...

    I'd also venture something is either off with the 3rd party module or CEON URI Mapping is not installed correctly. Why? Because both $cPath and $_GET['cPath'] are automatically populated by CEON URI Mapping (if not already present) when the URI corresponds to a category or product page.
    The glass is not half full. The glass is not half empty. The glass is simply too big!
    Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
    Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker

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

    Default Re: Ceon URI Mapping v4.x

    and as the forums resident "repetitious negative naysayer" (you gotta love passive aggressive name callers), this discussion needs to be moved in to a NEW thread OR over to the support thread for whatever errant module is the issue.. This is NOT AN ISSUE with Ceon URI..
    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.

 

 

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