Opencart重复URL关键字

Opencart重复URL关键字

本文介绍了Opencart重复URL关键字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我该如何解决Opencart中两个类别/产品具有相同URL的问题?或者,如果他们是已经执行此操作的模块?

How would I go about fixing the issue where two categories/products have the same URL in Opencart? Or if their is a module which already does this?

例如:类别

Ladies -> Trousers (URL: ladies/trousers)
Mens -> Trousers (URL: mens/trousers)

这打破了Opencart,因为我们有两个子类别,URL =裤子?

This breaks Opencart because we have two sub-categories with the URL = trousers?

推荐答案

我开发了此vqmod 用于确切的情况

I developed this vqmod for that exact scenario

这篇关于Opencart重复URL关键字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-11 07:45