Page 392 of 506 FirstFirst ... 292342382390391392393394402442492 ... LastLast
Results 3,911 to 3,920 of 5054
  1. #3911
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi
    I have a problem, I have about 1300 products, and yesterday I upload 4 products, but when I go on
    Extra>ssu manager
    and reset all or only products I see a white page, so the product name remains
    www.mysite.com/categories/product-name-1357.html and so not the exact name of product, but the generic name product name, how can I do?

  2. #3912
    Join Date
    May 2007
    Location
    Italy
    Posts
    438
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    if I delete the content of the folder of cache/ssu/products is the same?

  3. #3913
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Manufacturers Links Broken

    Noticed this the other day. On my manufacturers pages the links are getting mangled. Check out: http://buydentalequipment.com/cart/i...facturers_id/2

    For each item there are three links to the product page the title, the more info and the details button. The title and details button get the wrong URL IE:
    http://buydentalequipment.com/cart/a...kcp-1000-p-974

    You can see the 'manufacturers_id/2/' in there which is messing it up. The correct link is:
    http://buydentalequipment.com/cart/a...kcp-1000-p-974

    I tried shutting off SSEO and it seemed to work fine. Any help would be appreciated.

    Thank you,
    Anthony Taylor
    Webmaster http://buydentalequipment.com

  4. #3914
    Join Date
    Jul 2009
    Location
    Texas
    Posts
    209
    Plugin Contributions
    2

    Default Re: Manufacturers Links Broken

    Quote Originally Posted by llynix View Post
    Noticed this the other day. On my manufacturers pages the links are getting mangled. Check out: http://buydentalequipment.com/cart/i...facturers_id/2

    For each item there are three links to the product page the title, the more info and the details button. The title and details button get the wrong URL IE:
    http://buydentalequipment.com/cart/a...kcp-1000-p-974

    You can see the 'manufacturers_id/2/' in there which is messing it up. The correct link is:
    http://buydentalequipment.com/cart/a...kcp-1000-p-974

    I tried shutting off SSEO and it seemed to work fine. Any help would be appreciated.
    Alright I've made some progress on this and a possible fix. Unsure if this was a weird problem with SSU or my template. The culprit turned out to be in the file:

    http://buydentalequipment.com/cart/i...ar_display.txt

    At around line 50 there exists the following code:
    Code:
            case 'PRODUCT_LIST_NAME':
             if (isset($_GET['manufacturers_id'])) {
              $list_box_contents[$rows]['name'] = $listing->fields['products_name'];
    		 //$list_box_contents[$rows]['but'] = zen_href_link(zen_get_info_page($listing->fields['products_id']), 'manufacturers_id=' . $_GET['manufacturers_id'] . '&products_id=' . $listing->fields['products_id']);
    		 $list_box_contents[$rows]['but'] = zen_href_link(zen_get_info_page($listing->fields['products_id']), ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing->fields['products_id']);
             } else {
              $list_box_contents[$rows]['name'] = $listing->fields['products_name'];
    		 $list_box_contents[$rows]['but'] = zen_href_link(zen_get_info_page($listing->fields['products_id']), ($cPath ? 'cPath=' . $cPath . '&' : '') . 'products_id=' . $listing->fields['products_id']);		   
             }
             $list_box_contents[$rows]['description'] = zen_trunc_string(zen_clean_html(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION);
             break;
    You can see the bad line which I commented out and replaced with the line below the else which seemed to fix the issue.

    But I'm not totally happy with my fix, unsure what I'm messing with here and why it was messed up in the first place. Did I just lose some functionality?

    Thank you for your time,
    Anthony Taylor
    Webmaster
    http://buydentalequipment.com

  5. #3915
    Join Date
    Oct 2009
    Location
    Nelson, NZ
    Posts
    26
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Is this Simple SEO compatible with sitemapxml_formerly_google_sitemap_2-1-0?

    I have noticed that the XML produced for the sitemap points to the Pre-Simple SEO URLs not the modified ones.

    Thanks

  6. #3916
    Join Date
    Sep 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Originally Posted by nycgamestore
    Hi yellow, I really need your help!! i installed ssu 3.6.7. when ssu is turned on and someone purchases a product they get a error saying "There has been an error processing your credit card. Please try again." and the order does not show up in zen cart admin but their credit card is charged. i use quantum gateway as a payment gateway. when ssu is turned off everything works fine.
    this is my hta.access file

    # -FrontPage-


    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthUserFile /home6/yourgam2/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home6/yourgam2/public_html/_vti_pvt/service.grp
    AuthName yourgameworldo.com
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*



    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]

    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU

    Quote Originally Posted by yellow1912 View Post
    Which CC module you are using? You can check which "pages" this module is using and EXCLUDE it in the conversion list. Perhaps in the future I will revert SSU behavior so that the store owners will have to specify the "pages" they want to convert to seo links instead. It will be safer that way.

    I am using QuantumGateway SIM module. Where is the conversion list to exclude it and how do I find which pages the module is using to exclude it?

  7. #3917
    Join Date
    Mar 2008
    Posts
    67
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    IIS server may not support htaccess

    IIS DOES NOT support Htaccess... you will need to modify the add-on to work with ISAPI rewrite.... google for Helicon ISAPI rewrite... but first you need to install and configure the ISAPI add-on... and unless u know what your doing this can be a pain in the bum !

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by nycgamestore View Post
    Originally Posted by nycgamestore
    Hi yellow, I really need your help!! i installed ssu 3.6.7. when ssu is turned on and someone purchases a product they get a error saying "There has been an error processing your credit card. Please try again." and the order does not show up in zen cart admin but their credit card is charged. i use quantum gateway as a payment gateway. when ssu is turned off everything works fine.
    this is my hta.access file

    # -FrontPage-


    <Limit GET POST>
    order deny,allow
    deny from all
    allow from all
    </Limit>
    <Limit PUT DELETE>
    order deny,allow
    deny from all
    </Limit>
    AuthUserFile /home6/yourgam2/public_html/_vti_pvt/service.pwd
    AuthGroupFile /home6/yourgam2/public_html/_vti_pvt/service.grp
    AuthName yourgameworldo.com
    IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*



    #### BOF SSU
    Options +FollowSymLinks
    RewriteEngine On
    # Change "/zencart/ to the correct setting
    # if your site is located at root folder, then you should have RewriteBase /
    # Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
    RewriteBase /

    # Deny access from .htaccess
    RewriteRule ^\.htaccess$ - [F]

    RewriteCond %{SCRIPT_FILENAME} -f [OR]
    RewriteCond %{SCRIPT_FILENAME} -d
    RewriteRule .* - [L]

    RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
    #### EOF SSU




    I am using QuantumGateway SIM module. Where is the conversion list to exclude it and how do I find which pages the module is using to exclude it?
    The safest way is to exclude all pages related to payment process, that includes but not limited to: checkout_shipping, checkout_process, checkout_payment, checkout_success. The use if exclude list can be found on the wiki.

    Also, I will repeat it 1 more time: SSU does NOT generate links that look like this:
    www.mysite.com/categories/product-name-1357.html
    It never generate a product link with html extension, not now and probably not in the future.

    @llynix: honestly I think it is a good fix unless you need to use the manufacturer id on the link somewhere in your product info code.
    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. #3919
    Join Date
    Aug 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    I am using multisite and simple SEO all works great except I get this every once in awhile

    /categories_name-c-0/products-name-p-18

    and of course the page says "Sorry, the product was not found."

    How do I fix it?

  10. #3920
    Join Date
    Aug 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Tried a work around and had some success

 

 

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