Page 106 of 168 FirstFirst ... 65696104105106107108116156 ... LastLast
Results 1,051 to 1,060 of 1674
  1. #1051
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by su35 View Post
    How to merge the admin\includes\class\plugin.php with that is from another plugin? I have installed "edit orders" which has the same file with different codes. Since it isn't original zen cart file, I have no idea how to merge them. Is anybody can help? Thanks.
    Please refer to my post in the Edit Orders support-thread regarding a possible solution.

  2. #1052
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Thanks, lat9. I get it.
    Now, another question. I had set enable whole site SSL. if I turn the ultimate urls on, all on page links were set as http://. Is there any way to fix it?
    Last edited by su35; 7 Sep 2016 at 03:59 PM.

  3. #1053
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,413
    Plugin Contributions
    94

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Looking (albeit quickly) at the USU handling, I can't explain your results. Try enabling the plugin's debug mode to see what it is generating for those links.

  4. #1054
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Umm, how was the whole site enabled to be SSL? If not by modifying the includes/configure.php file to have all urls goto https: then that could be part of the problem...
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #1055
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by mc12345678 View Post
    Umm, how was the whole site enabled to be SSL? If not by modifying the includes/configure.php file to have all urls goto https: then that could be part of the problem...
    includes\configure.php
    Code:
    define('ENABLE_SSL', 'true');
    admin\includes\configure.php
    Code:
    define('ENABLE_SSL_CATALOG', 'true');
    includes\functions\html_output.php add on line in function zen_href_link()
    Code:
    if(ENABLE_SSL_CATALOG){$connection = 'SSL';}

  6. #1056
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,583
    Plugin Contributions
    29

    Default Re: Ultimate SEO 2.200 [Support Thread]

    There's the mistake, do not modify includes\functions\html_output.php

    Return that the way is was and only modify the two configure files

  7. #1057
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by lat9 View Post
    Looking (albeit quickly) at the USU handling, I can't explain your results. Try enabling the plugin's debug mode to see what it is generating for those links.
    original code
    Code:
    <a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo TOP_MENU_ALL_PRODUCTS;?></a>
    log content
    Code:
    Request sent to href_link('products_all', '', 'NONSSL', true, false, true, true)
    Generated URL: http://www.zencart.ca/products_all.html
    Where is ultimate_urls collects the link parameters?

  8. #1058
    Join Date
    Oct 2011
    Posts
    168
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200 [Support Thread]

    modify the two configure files couldn't enable the whole site SSL

    I found the solution. put the added code on top
    Code:
     function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
      global $request_type, $session_started, $http_domain, $https_domain, $zco_notifier;
    if(ENABLE_SSL_CATALOG){$connection = 'SSL';}
    Now, the log content
    Code:
    Request sent to href_link('products_all', '', 'SSL', true, false, true, true)
    Generated URL: https://www.zencart.ca/products_all.html

  9. #1059
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Ultimate SEO 2.200 [Support Thread]

    If you change HTTP_SERVER define to start with https: like:
    Code:
    define('HTTP_SERVER', 'https://yoursite.com');
    Then the entire site should be offered as https considering your other changes in includes/configure.php.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  10. #1060
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,583
    Plugin Contributions
    29

    Default Re: Ultimate SEO 2.200 [Support Thread]

    Quote Originally Posted by su35 View Post
    modify the two configure files couldn't enable the whole site SSL
    Um, yes it could and yes it does. If you go editing other code, you're going to create problems for yourself, say like the XML Sitemap not working correctly. ;-)

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 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