Page 165 of 291 FirstFirst ... 65115155163164165166167175215265 ... LastLast
Results 1,641 to 1,650 of 2907
  1. #1641
    Join Date
    Jan 2010
    Posts
    26
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    hi
    http://www.fashion-jewellery.ca/cart...inity-bracelet
    This is my website page.


    I do for cross sell module add a buy now button.


    But check on the buy now botton, buy A, into shipping cart is B.



    In Ceon URI display this mistake.



    botton Code:

    $lc_button = '<a target=_blank href="' . zen_href_link($_GET['main_page'], zen_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing->fields['products_id']) . '">' . zen_image_button(BUTTON_IMAGE_BUY_NOW, BUTTON_BUY_NOW_ALT, 'class="listingBuyNowButton"') . '</a>';
    Last edited by dajiaoyazi; 27 Jun 2010 at 09:56 AM.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by dajiaoyazi View Post
    I do for cross sell module add a buy now button.


    But check on the buy now botton, buy A, into shipping cart is B.
    Sorry but that's nothing to do with this module. You should have a developer check this out for you.

    All the best...

    Conor
    ceon

  3. #1643
    Join Date
    Jun 2010
    Posts
    56
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I am trying to add this addon to zen cart 1.3.9d. there are so many core files changed in admin/ and includes/. Is there an easy way to find out if those files are already changed by other mods? Thanks!
    Last edited by fei2010; 27 Jun 2010 at 05:17 PM.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by fei2010 View Post
    I am trying to add this addon to zen cart 1.3.9d. there are so many core files changed in admin/ and includes/. Is there an easy way to find out if those files are already changed by other mods? Thanks!
    Please follow the instructions.

    Use software such as Beyond Compare to compare all the files. There is no other way to see if they've been modified already for other mods.

    It really doesn't take that long. Just download your site's files and compare them against the files in the modified_core_files folder and copy the modifications for Ceon URI Mapping across, they are clearly marked.

    All the best..

    Conor
    ceon

  5. #1645
    Join Date
    Oct 2006
    Location
    Suffolk UK
    Posts
    55
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    HI Conor,

    Great MOD BTW :) Thanks

    I have this running on a client site and it has been fine for several months.

    Now we have a issue, when clicking on the edit product link, we get the following error:-

    1146 Table 'trojantimberproducts.zen_ceon_uri_mappings' doesn't exist
    in:
    [ SELECT language_id, uri FROM zen_ceon_uri_mappings WHERE main_page = 'product_info' AND associated_db_id = '2' AND current_uri = '1';]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    We had a MySQL crash and restore from backup, this caused us to loose a few tables, unfortunately.

    We have also recently started to run PHP5 as well as our PHP4 in parallel on this hosting server.

    I have re-run the install and from what i can see the DB tables have not been created.

    Can you provide sql script to manually create the tables.

    regards

    Jamie 2K

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Sorry to hear about your troubles but glad you like the software!

    Quote Originally Posted by jamie2k View Post
    I have re-run the install and from what i can see the DB tables have not been created.

    Can you provide sql script to manually create the tables.
    No, the module is only supported when it uses its normal installation procedure. You can get the SQL from the source but I don't recommend that approach as more is done by the auto-installation software than simply creating a table.

    You may have still got the configuration table but lost the main mappings table. If so you must DROP the configuration table and then go to Ceon URI Mapping Config in the admin so that the auto-installation can run.

    Hope that helps!

    All the best..

    Conor
    ceon

  7. #1647
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,023
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    I LOVE Beyond Compare.. I have wanted to thank you for a while for the recommendation.. Awesome piece of software!!!

    Quote Originally Posted by conor View Post
    Hi,



    Please follow the instructions.

    Use software such as Beyond Compare to compare all the files. There is no other way to see if they've been modified already for other mods.

    It really doesn't take that long. Just download your site's files and compare them against the files in the modified_core_files folder and copy the modifications for Ceon URI Mapping across, they are clearly marked.

    All the best..

    Conor
    ceon
    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. #1648
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by DivaVocals View Post
    I LOVE Beyond Compare.. I have wanted to thank you for a while for the recommendation.. Awesome piece of software!!!
    Yes, it and Directory Opus are the two bits of software which keep me locked into using Windoze day to day.. they have no equivalent on other platforms unfortunately and life would be so much harder without them! :)

    All the best..

    Conor
    ceon

  9. #1649
    Join Date
    Oct 2006
    Location
    Suffolk UK
    Posts
    55
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,

    Sorry to hear about your troubles but glad you like the software!



    No, the module is only supported when it uses its normal installation procedure. You can get the SQL from the source but I don't recommend that approach as more is done by the auto-installation software than simply creating a table.

    You may have still got the configuration table but lost the main mappings table. If so you must DROP the configuration table and then go to Ceon URI Mapping Config in the admin so that the auto-installation can run.

    Hope that helps!

    All the best..

    Conor
    ceon
    Hi Conor,

    Thanks for your speedy response & support :)

    I have neither of the tables in the DB.

    What is the best way to diagnose this issue?

    Kind regards

    Jamie

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

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by jamie2k View Post
    I have neither of the tables in the DB.
    Then have you simply not installed the software by following the installation procedure in the documentation?

    Quote Originally Posted by jamie2k View Post
    What is the best way to diagnose this issue?
    If the issue isn't user error then please contact me via this address with admin and FTP details and I'll take a look.

    All the best...

    Conor
    ceon

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 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