Page 1 of 2 12 LastLast
Results 1 to 10 of 5054

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    thanks so much for useful info

    seo

  2. #2
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi everybody.
    I'm using the last version of Zencart (1.3.8a) with SSU plugin (version 3.5.8) and I need to cut the URLs generated by the plugin 'cause products description are too long.
    The idea is to cut the urls after the first dot in the description.

    For example...
    The description is:

    Cintura in cuoio lavorata con rivetti e fibbia in goldtone invecchiata.
    Presenta il fusto liscio in tre pezzi , cuciti tra loro da rivetti.
    Il sostegno della fibbia anch’ esso nella stessa pelle della cintura è fissato a vite dando così la possibilità di una regolazione precisa.

    Scheda Tecnica :
    Materiale : cuoio
    Metalleria : fibbia goldtone invecchiata / rivetti
    Colore modello foto : xxxxxxxxxxxxx
    Peso : xxxxxxxxxxxxxxx
    Larghezza : 4 cm
    Lunghezza : XXXXXXXXXXX


    The url contains ALL this description.
    I need to make visible only "Cintura in cuoio lavorata con rivetti e fibbia in goldtone invecchiata."

    Anyone of us knows how to do?

    Thanks so much in advance.

    Rebe.

    P.S. Sorry for my poor english ^^

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

    Default Re: Simple SEO URL [support thread]

    1. 3.5.8 is rather old, please upgrade (link in my sig)
    2. SSU does not use description in producing links, it uses NAMEs.
    And you can change admin->configuratin->ssu settings to set the max length or max number of words.
    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. #4
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    1. 3.5.8 is rather old, please upgrade (link in my sig)
    2. SSU does not use description in producing links, it uses NAMEs.
    And you can change admin->configuratin->ssu settings to set the max length or max number of words.
    Thanks so much!

    Concerning use of names instead of description I realized that if the product description is
    "Cintura in cuoio lavorata con rivetti e fibbia in goldtone invecchiata.
    Presenta il fusto liscio in tre pezzi , cuciti tra loro da rivetti.
    Il sostegno della fibbia anch’ esso nella stessa pelle della cintura è fissato a vite dando così la possibilità di una regolazione precisa."

    the product's url becomes

    "http://localhost/.../cinture-cuoio-c-65_66/cintura-in-cuoio-lavorata-con-rivetti-e-fibbia-in-goldtone-invecchiata-br-presenta-il-fusto-liscio-in-tre-pezzi-cuciti-tra-loro-da-rivetti-br-il-sostegno-della-fibbia-anch-esso-nella-stessa-pelle-della-cintura-fissato-a-vite-dando-cos-la-possibilit-di-una-regolazione-precisa-p-180"


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

    Default Re: Simple SEO URL [support thread]

    I really dont think it uses description. I would recommend upgrading first though, your version is old.
    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

  6. #6
    Join Date
    Jul 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    I really dont think it uses description. I would recommend upgrading first though, your version is old.
    I've tryed to download it from there http://eazy-templates.com/web-templa...simple-seo-url (find in your links) but It doesn't work...

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by rebezala View Post
    I've tryed to download it from there http://eazy-templates.com/web-templa...simple-seo-url (find in your links) but It doesn't work...
    What doesnt work? The link doesnt work?

    You have to visit the link, it is not a direct download link.
    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

  8. #8
    Join Date
    Mar 2005
    Posts
    123
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Hi Yellow - great mod BTW :)

    I am trying to get SSU to re-write the product filter URL's, the sceanrio is something like this:

    Manufacturer - Paul Smith

    Filter Options: T-shirts, Jeans, Jackets

    If I select T-Shirts I get a URL like : /paul-smith?sort=20a&filter_id=42

    I have tried adding an alias in SSU so that /paul-smith?sort=20a&filter_id=42 becomes /paul-smith-tshirts but SSU ignores it - does this mean I cannot use aliases for this?

    Thanks

    Tony

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by twdhosting View Post
    Hi Yellow - great mod BTW :)

    I am trying to get SSU to re-write the product filter URL's, the sceanrio is something like this:

    Manufacturer - Paul Smith

    Filter Options: T-shirts, Jeans, Jackets

    If I select T-Shirts I get a URL like : /paul-smith?sort=20a&filter_id=42

    I have tried adding an alias in SSU so that /paul-smith?sort=20a&filter_id=42 becomes /paul-smith-tshirts but SSU ignores it - does this mean I cannot use aliases for this?

    Thanks

    Tony
    If you use the latest versions (version 3.5 and up) you will see that SSU can automatically create such aliases for you.
    Assuming that you read the installation and usage note carefully, you should know that you should turn on SSU Auto Alias in the setting in admin/configuration/simple_seo_url to have that feature enabled for you. After you enabled it clear the cache in admin/extras/simple_seo_url_manger. This should fix it the way you want it to look.
    Last edited by countrycharm; 21 Jul 2009 at 11:25 PM.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by twdhosting View Post
    Hi Yellow - great mod BTW :)

    I am trying to get SSU to re-write the product filter URL's, the sceanrio is something like this:

    Manufacturer - Paul Smith

    Filter Options: T-shirts, Jeans, Jackets

    If I select T-Shirts I get a URL like : /paul-smith?sort=20a&filter_id=42

    I have tried adding an alias in SSU so that /paul-smith?sort=20a&filter_id=42 becomes /paul-smith-tshirts but SSU ignores it - does this mean I cannot use aliases for this?

    Thanks

    Tony
    I have never tried that before, but have your cleared out the cache after that? And can you post the exact term you put in the alias and in url fields (in the 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

 

 
Page 1 of 2 12 LastLast

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

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