大家有没有发现到,开启了rewrite功能后,"Viewed products block" (最近浏览商品) 链接不对,演示请看http://www.pspstore.cn ,请问如何修改才呢让它正常呢? Hope for your reply,Thanks!
PS:当第一次更换语言的时候有时也会出现找不到网页,但有时又不会
Welcome to the PrestaShop Forum! We hope you'll share your comments and suggestions with us. We ask that you please post in English to the main sections of the PrestaShop Forum. If you want to write in another language, please post in the corresponding PrestaShop Community section below.
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
Please note that PrestaShop Community sections are largely self-moderated. PrestaShop team members may or may not participate in non-English sections. To improve the chances of receiving feedback to your question or comment, please post it in English to the main sections of our Forum.

Vous parlez français ? par ici !
关于rewrite的问题
Started by AndyLAU, Apr 08 2009 05:28 AM
关于rewrite的问题
#2
Posted 08 April 2009 - 06:19 AM
From 1239164887:
大家有没有发现到,开启了rewrite功能后,"Viewed products block" (最近浏览商品) 链接不对,演示请看http://www.pspstore.cn ,请问如何修改才呢让它正常呢? Hope for your reply,Thanks!
PS:当第一次更换语言的时候有时也会出现找不到网页,但有时又不会
PS:当第一次更换语言的时候有时也会出现找不到网页,但有时又不会
Well, sorry... I think the copy of your script has problem. I don't have this kind of problem at all. And I never heard that this is a problem.. Something may be wrong with the copy of your script....
#3
Posted 03 July 2009 - 04:01 AM
From 1239164887:
大家有没有发现到,开启了rewrite功能后,"Viewed products block" (最近浏览商品) 链接不对,演示请看http://www.pspstore.cn ,请问如何修改才呢让它正常呢? Hope for your reply,Thanks!
PS:当第一次更换语言的时候有时也会出现找不到网页,但有时又不会
PS:当第一次更换语言的时候有时也会出现找不到网页,但有时又不会
now,you site not look viewed module.
you delete it?
this bug repire:
edit this file: /classes/Link.php
search function getProductLink.
ORG:
return ($this->allow == 1)?( _PS_USE_SSL_ . __PS_BASE_URI__ . $id_product->category .'/'.intval($id_product->id).'-'.$id_product->link_rewrite.($id_product->ean13 ? '-'.$id_product->ean13 : '').'.html') : (_PS_USE_SSL_.__PS_BASE_URI__.'product.php?id_product='.intval($id_product->id));
replace to :
return ($this->allow == 1)?( _PS_USE_SSL_ . __PS_BASE_URI__ . ($id_product->category ? ($id_product->category .'/') : '').intval($id_product->id).'-'.$id_product->link_rewrite.($id_product->ean13 ? '-'.$id_product->ean13 : '').'.html') : (_PS_USE_SSL_.__PS_BASE_URI__.'product.php?id_product='.intval($id_product->id));
ok
#4
Posted 09 August 2009 - 03:53 PM
什么版本?
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











