Page 370 of 506 FirstFirst ... 270320360368369370371372380420470 ... LastLast
Results 3,691 to 3,700 of 5054
  1. #3691
    Join Date
    Aug 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Sorry and another question..

    How can i uninstall SSU and the Module manager.

    There are no uninstall sql files for either!

    Thanks

  2. #3692
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    There's an uninstall on the rubik(sp)? integration website wiki for Simple SEO urls..

    But for Module Manager, I'm not sure..
    MM makes a new table I think it's module_versions or something like that...

    Simple SEO makes on too, but I think the name is in the wiki..

    Also dont forget about your output_html.php , to overwrite it with the correct one from the recent ZC update.
    AIM edwardtilbury
    GoogleTalk edwardtilbury

  3. #3693
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by zoom1 View Post
    Hi
    I have installed SSU and have noticed a significant drop in conversions.

    I am using PayPal


    I am using the latest version of SSU and have PHP5.



    Are there any issues with PayPal IPN module - the one that comes bundled with ZC.

    If so can you advise how to fix this.

    I cant find any problems myself, ive gone through checkout and it seems to be working but when i turn OFF SSU i get more conversions (as a percentage of visitors who come to my site)

    Thanks
    Perhaps you are using an older version? :) Note that the version you get on zen download page is not current. Older version may or may not have problem with Paypal IPN, Im not sure since it's too far away in the past already. Current version is 3.7.1

    We have been using current SSU version on our own site and notice increase over time on search engine visit. We notice no change regarding the conversion rate during the checkout process, however (no up or down). This is pretty logical because unless the checkout process is broken, the difference of the checkout links should not affect the conversion rate much.
    Last edited by yellow1912; 29 Aug 2009 at 02:50 AM.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  4. #3694
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    I changed my config files for both to read
    define('DIR_FS_SQL_CACHE', '/var/www/html/cache/ssu');
    -> no this is wrong

    If you see redirection loop, perhaps you created multiple aliases that conflicting each other. The best way to resolve is to go to the alias manager and delete all the aliases. The clear all cache and let SSU re-create the aliases automatically for you.


    Quote Originally Posted by mcshane78 View Post
    Hi Yellow...

    I have followed the instructions... but i dont know if i have followed them right.

    I changed my config files for both to read
    define('DIR_FS_SQL_CACHE', '/var/www/html/cache/ssu');

    I this right or WORNG and BAD and EVIL? eitherway it caused alias to work.. but only for pages i set before an alias too before changing the config files. Aliases i created after this change did not take effect. Also any new catagories and products i created didnt appear in Admin>Extras> SSU mrg for me to assign aliases too.

    so i set both config back to
    define('DIR_FS_SQL_CACHE', '/var/www/html/cache/');

    and ALL aliases that did work vanished.


    so i then went to Admin>Configuration>SSU
    Set Auto Alias Status = Ture

    then the aliases i created earlier started to work! woohoo i thought

    so i created a few more new products... went to Admin>Extra>SSU Mrg.. set the alias etc..

    and now i get this on all new aliases set

    Redirect Loop













    Redirection limit for this URL exceeded. Unable to load the requested page. This may be caused by cookies that are blocked.







    The browser has stopped trying to retrieve the requested item. The site is

    redirecting the request in a way that will never complete.




    * Have you disabled or blocked cookies required by this site?


    * NOTE: If accepting the site's cookies does not resolve the problem, it is probably a server configuration

    issue and not your computer.

    ****************************


    i am using 1.3.8a with latest patch

    im really stuck now...
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  5. #3695
    Join Date
    Jul 2009
    Posts
    20
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I have 2 questions


    Now the generated URL:
    a-lange-sohne-watches-c-3

    1、I want -c change to -list

    2、Remove -3

    pls help me!

  6. #3696
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by luxurywatches View Post
    I have 2 questions


    Now the generated URL:
    a-lange-sohne-watches-c-3

    1、I want -c change to -list

    2、Remove -3

    pls help me!
    You can only have either 1 or 2. If you decide to remove -3, it will also remove -c-, you just have to turn on auto alias as advised by another member of the forum.
    Note that you will have to clear SSU cache after making that change in the configuration.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #3697
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Idea or Suggestion Re: Simple SEO URL [support thread]

    Ok, here's how to get around the cPath=0 problem.. View all the top level category on a define_page_2

    When this doesn't work in SSU
    http://www.website.com/index.php?mai...=index&cPath=0

    You can use this instead..

    It won't look super pretty, but maybe it's easy to change..
    http://www.website.com/page_2

    Basically all we're doing is displaying the top level categories on another page.




    Documentation:

    1.) Below is the file(tpl_topcategories_default.php) that needs to be put in 'includes/templates/template_default(or your custom template directory)/templates/' folder

    2.) A blank folder needs to be created & named: "topcategories" in "includes/modules/pages/"

    3. Make this file, code is below '/includes/templates/classic/templates/tpl_page_2_default.php'


    create: tpl_topcategories_default.php
    PHP Code:
    <?php

    /**

     * Page Template

     *

     * Loaded by main_page=index<br />

     * Displays category/sub-category listing<br />

     * Uses tpl_index_category_row.php to render individual items

     *

     * @package templateSystem

     * @copyright Copyright 2003-2006 Zen Cart Development Team

     * @copyright Portions Copyright 2003 osCommerce

     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0

     * @version $Id: tpl_index_categories.php 4678 2006-10-05 21:02:50Z ajeh $

     */

    ?>

    <div class="centerColumn" id="indexCategories">

    <h1 id="indexCategoriesHeading">Top Categories</h1>



    <?php

    $cat_id
    =0;

      
    $categories_query "SELECT c.categories_id, cd.categories_name, c.categories_image, c.parent_id

                             FROM   " 
    TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd

                             WHERE      c.parent_id = :parentID

                             AND        c.categories_id = cd.categories_id

                             AND        cd.language_id = :languagesID

                             AND        c.categories_status= '1'

                             ORDER BY   sort_order, cd.categories_name"
    ;



        
    $categories_query $db->bindVars($categories_query':parentID'$cat_id'integer');

        
    $categories_query $db->bindVars($categories_query':languagesID'$_SESSION['languages_id'], 'integer');

        

         
    $categories $db->Execute($categories_query);

      
    $number_of_categories $categories->RecordCount();

      

      

     require(
    $template->get_template_dir('tpl_modules_category_row.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_category_row.php');

    ?>

    </div>


    create: tpl_page_2_default.php
    PHP Code:
    <?php
    /**
     * tpl_page_2_default.php
     *
     * @package templateSystem
     * @copyright Copyright 2003-2005 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_page_2_default.php 3464 2006-04-19 00:07:26Z ajeh $
     */
    ?>

    <div class="centerColumn" id="indexCategories">
    <h1 id="indexCategoriesHeading">Top Categories</h1>

    <?php
    $cat_id
    =0;
      
    $categories_query "SELECT c.categories_id, cd.categories_name, c.categories_image, c.parent_id
                             FROM   " 
    TABLE_CATEGORIES " c, " TABLE_CATEGORIES_DESCRIPTION " cd
                             WHERE      c.parent_id = :parentID
                             AND        c.categories_id = cd.categories_id
                             AND        cd.language_id = :languagesID
                             AND        c.categories_status= '1'
                             ORDER BY   sort_order, cd.categories_name"
    ;

        
    $categories_query $db->bindVars($categories_query':parentID'$cat_id'integer');
        
    $categories_query $db->bindVars($categories_query':languagesID'$_SESSION['languages_id'], 'integer');

             
    $categories $db->Execute($categories_query);
      
    $number_of_categories $categories->RecordCount();


     require(
    $template->get_template_dir('tpl_modules_category_row.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_category_row.php');
    ?>
    </div>


    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACKBUTTON_BACK_ALT) . '</a>'?></div>
    </div>
    AIM edwardtilbury
    GoogleTalk edwardtilbury

  8. #3698
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    You can create an alias for page 2, name it anything you like using link alias manager.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #3699
    Join Date
    Sep 2007
    Posts
    166
    Plugin Contributions
    1

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    You can create an alias for page 2, name it anything you like using link alias manager.
    ok, perfect thanks

    BTW feel free to cut and paste my previous post code... I have a feeling it will get buried on this forum, but it was on your site it might be easier for others to find.
    AIM edwardtilbury
    GoogleTalk edwardtilbury

  10. #3700
    Join Date
    Aug 2009
    Posts
    104
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I got the module install error message too but I found this thread (glad I did), now installed module manager and ssu is working fine, thanks yellow, great addition :)

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. 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
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. 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