Jump to content
  • 0

[solved]Problem z zarządzaniem magazynem


stomasz

Question

Cześć! 

Mam następujący problem->
Gdy wchodzę w zarządzanie magazynem i klikam "Dodaj stan", wpisuję ilość do dodania i klikam "Dodaj do stanu" pojawia mi się następujący komunikat:
 

2 błędów
Pole link_rewrite jest wymagane przynajmniej w Polski (Polish)
Pole name jest wymagane przynajmniej w Polski (Polish)


Nie mam włączonego innego języka, niż polski... Wiecie może jak mogę sobie z tym poradzić?

 

Korzystam z Presty 1.6.1.23

 

EDIT:

Poradziłem sobie sam ;) Zmodyfikowałem dwie wartości w pliku *rrot*/classes/Product.php

'link_rewrite' =>    array(
                'type' => self::TYPE_STRING,
                'lang' => true,
                'validate' => 'isLinkRewrite',
                'required' => false,
                'size' => 128,
                'ws_modifier' => array(
                    'http_method' => WebserviceRequest::HTTP_POST,
                    'modifier' => 'modifierWsLinkRewrite'
                )

 

'name' =>                        array('type' => self::TYPE_STRING, 'lang' => true, 'validate' => 'isCatalogName', 'required' => false, 'size' => 128),

Edited by stomasz
solved (see edit history)
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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...