Jump to content

(SOLVED) error link in BO


Recommended Posts

hi!i need to put a referance link somewhere in product info like the 'location' filed.the referance isnt acceptable
presta says when i save in BO :


1 error

1. the field location is invalid


it seems that some characters are not allowed,so how can i put the referance link into the product?

the lnk is like :

http://localhost/rest/category.php?id_category=11

I also attach attach a pic to see it

29319_4lltaLlPNqMNnuFhZxeU_t

Link to comment
Share on other sites

It is line 413 of classes/Validate.php that validates the location field:

return preg_match('/^[^<>;={}]*$/ui', $reference);



Try changing it to:

return preg_match('/^[^<>;{}]*$/ui', $reference);



This should allow the = character to be used.

Link to comment
Share on other sites

Rocky if you are seeing this..........If any other can help.....!

Another problem came over.

When i put the code with {$product->location} in product.tpl its ok with the referance.It sees it

But when i put the code in the product-list.tpl it doesnt see the referance.How to put it to see it?

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...