Page 396 of 506 FirstFirst ... 296346386394395396397398406446496 ... LastLast
Results 3,951 to 3,960 of 5054
  1. #3951
    Join Date
    Apr 2008
    Posts
    82
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    So nobody knows what might be a problem with ssu manager,
    it says:
    1048 Column 'configuration_group_id' cannot be null
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Set default language identifier', 'SSU_MULTI_LANGUAGE_DEFAULT_IDENTIFIER', 'true', 'This option is useful for sites that use multi-languages. You can tell SSU to not add language identifier into the links for the default language.', @t4, 1, NOW(), NOW(), NULL, 'zen_cfg_select_option(array(\'true\', \'false\'),');]

    and what to do to fix it???
    THANKSSSSSSSS

  2. #3952
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I don't get this mod.. It took me me 2 hours to install it..Kept causing problems on a fresh install of Zen..THEN when i do get it installed it jackes up my CSS buttons!!!

    Doesn't make ANY sense! Why is it messing with CSS? My Add To Cart Buttons is not showing at the size specified in CSS, and Search Header Buttons is repeating eventough CSS sayin no-repeat.

  3. #3953
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    hello, I have the last version and
    when I on admin
    click on reset categories, or reset products, or reset all
    after 7000 files removed, for example, in admin I see a white page...

    And for some products that I have insert recently via easy upload
    I have the browser redirect loop
    (with browser IE, firefox, chrome, safari)

    please help me
    I have about 1400 products

  4. #3954
    Join Date
    May 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    The only fix I have found for my back button problem was a bit of a bodge but better that than 404 errors.

    I changed the code in functions_general.php:

    from:

    Code:
    // Set back button
      function zen_back_link() {
        if (sizeof($_SESSION['navigation']->path)-2 > 0) {
          $back = sizeof($_SESSION['navigation']->path)-2;
          $link = '<a href="' . zen_href_link($_SESSION['navigation']->path[$back]['page'], zen_array_to_string($_SESSION['navigation']->path[$back]['get'], array('action')), $_SESSION['navigation']->path[$back]['mode']) . '">';
        } else {
          if (isset($_SERVER['HTTP_REFERER']) && strstr(HTTP_SERVER, $_SERVER['HTTP_REFERER'])) {
            $link= $_SERVER['HTTP_REFERER'];
          } else {
            $link = '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">';
          }
          $_SESSION['navigation'] = new navigationHistory;
        }
        return $link;
      }
    to:

    Code:
    // Set back button
      function zen_back_link() {
        if (sizeof($_SESSION['navigation']->path)-2 > 0) {
          $back = sizeof($_SESSION['navigation']->path)-2;
          $link = '<a href="http://www.ASHOP.com/index/index_php">';
        } else {
          if (isset($_SERVER['HTTP_REFERER']) && strstr(HTTP_SERVER, $_SERVER['HTTP_REFERER'])) {
            $link= $_SERVER['HTTP_REFERER'];
          } else {
            $link = '<a href="http://www.ASHOP.com/index/index_php">';
          }
          $_SESSION['navigation'] = new navigationHistory;
        }
        return $link;
      }
    and then changed the following in tpl_conditions_default.php

    from

    Code:
    <div class="buttonRow back"><?php echo zen_back_link() . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    to

    Code:
    <div class="buttonRow back"><?php echo '<a href="http://www.ASHOP.com/checkout_payment">' . zen_image_button(BUTTON_IMAGE_BACK, BUTTON_BACK_ALT) . '</a>'; ?></div>
    Its crude but worked :)

  5. #3955
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,194
    Plugin Contributions
    63

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I suspect you are using linked product right?
    If so, it's how it's supposed to be.

    First, dont worry about duplicated content in this, Google says it's okie

    Second, if you still worry about it, you can use canonical tag, if you would like to use canonical tag with SSU then perhaps you want to try out the new version, contact me for the package.
    Hi,

    Duplicate content is no okie, actually. How can we tweak this to use a proper canonical url for linked products?

    Any ideas?

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  6. #3956
    Join Date
    Jun 2006
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by planatgenet View Post
    Hi Yellow,

    I have my product listing pages set up so that when a customer clicks the "buy it now" button the product is added to their cart without going to the product info page, it stays on the product listing page.

    This works fine when SSU is turned off, but when I activate SSU the behaviour changes and pressing the buy it now button instead takes the user to the product info page.

    Any ideas on what might be causing this change in behaviour as I would like the user to stay on the product listing page when they press the buy it now button.

    Many thanks
    Hi yellow1912,

    I'm experiencing the same issue as described above. When on a product listing page, after a customer clicks on the buy now button, they are redirected to the product info page rather than remaining on the product listing page.

    Just want to know if there's a solution to this other than setting the buy button to redirect to the shopping cart.

    SSU v3.7.1
    ZC v1.3.81

    Thanks.
    Last edited by wolverine; 24 Oct 2009 at 03:18 AM. Reason: added module and zc version

  7. #3957
    Join Date
    Mar 2009
    Posts
    28
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by pe1234ter View Post
    I have little problem with the Simple SEO URL

    I have some products with manufacturers name contain "&" and "-"
    for example "X&Y" and "X-game"
    if using the manufacturer side box to sort those items, the url display like this:

    For manufacturer "X&Y" will display: www.mydomain.com/shop/x
    how to change it back to www.mydomain.com/shop/manufacturer/x-y

    For manufacturer "X-game" will display: www.mydomain.com/shop/game

    how to change it back to www.mydomain.com/shop/manufacturer/x-game

    thx

    Anyone know how to fix this issue?

  8. #3958
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Raine must be taken a well deserved vacation.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  9. #3959
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    red flag Re: Simple SEO URL [support thread]

    my SSU mad has started to act odd.
    when i try and set my own alias to a URL it reverts the URL to the way it would be wrote with aliases turned off.

    resetting cache does nothing.
    has this mod stopped being maintained by yellow1912?

  10. #3960
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi,
    I have installed the module manager and SSEO URL on a local installtion to test it.
    If I go to admin>extra>box_ssu I get the following message:

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    in:
    [INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '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.


    If I go to admin>tools>module manager I click on list all modules and then on update I get again the message:

    1366 Incorrect integer value: '' for column 'configuration_group_id' at row 1
    in:
    [INSERT INTO configuration_group VALUES ('', 'Simple SEO URL', 'Set SSU Options', '1', '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.


    Under admin>configuration I do not find any command related to SSEO.
    I have the italian version of 1,38a.
    Can someone point me in the right direction in order to have the SSEO working?
    Thanks
    enzo

 

 

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