Page 1 of 1

SEO Url Duplicate 1.30

Posted: Mon Aug 10, 2009 11:46 am
by itiknila
Hi,
I'm on 1.30. Products withe the same SEO Keyword have the same URL.

To Reproduce
  • SEO url turned on with standard .htaccess.
  • Add product A with SEO Keyword "Item1"
  • Add product B with SEO Keyword "Item1"
Effect
On the frontend, you'll only get to access only one product (Either A or B) i.e : Item A and B have the same URL.

Idea
Maybe, OpenCart will give warning when two item have the same keyword, when adding a new product.
Thanks.

Re: SEO Url Duplicate 1.30

Posted: Mon Aug 10, 2009 11:49 am
by Qphoria
That seems like common sense to me.

If you try to park your car in the same spot that someone else's car is already parked in... you are going to crash into that car.

its simple physics. 2 objects can't occupy the same space.

Re: SEO Url Duplicate 1.30

Posted: Mon Aug 10, 2009 12:05 pm
by itiknila
I understand you.
But if you need to keep track of hundreds of similar items with approximately the same keyword, there's bound to be duplication. (I would, with my fleeting memory :D )

If OpenCart warns of this, it would be very nice. Wading through hundreds of product, trying to find exact duplicates will be very tiring.

Re: SEO Url Duplicate 1.30

Posted: Mon Aug 10, 2009 3:32 pm
by abmcr
I have dit the code for this problem


http://forum.opencart.com/viewtopic.php?f=20&t=5381

Re: SEO Url Duplicate 1.30

Posted: Mon Aug 10, 2009 6:10 pm
by Daniel
i'm not even going to replay to this its stupied.

Re: SEO Url Duplicate 1.30

Posted: Tue Aug 11, 2009 4:28 pm
by ocsinet
Daniel wrote:i'm not even going to replay to this its stupied.
Why stupid? Itiknila is right...you can't remember all the alias you have defined in the shop if you have many products, cateogories, brands...inserting a check if an alias already exists is very easy, that is what abmcr did.

Re: SEO Url Duplicate 1.30

Posted: Wed Aug 12, 2009 8:23 am
by itiknila
Daniel wrote:i'm not even going to replay to this its stupied.
Thank you very much. Your reply answers a lot of questions.
abmcr wrote:I have dit the code for this problem
http://forum.opencart.com/viewtopic.php?f=20&t=5381
Thank you ambcr.