Import Product Template

0

Hi

I did import product template with Arabic items name successfully, but the names appear like question mark sample, please help me to fix?

Thanks

Question Resolved For: Stock Manager Advance with Point of Sale Module 0 Votes 6 Answers 505 Views
Asked by hussein 2 years ago

0

Answered by Mian Saleem 2 years ago

Hello,

Please check your csv file encoding. Page has details for that. Csv file should be UTF8 encoded and saved without BOM.

Thank you

0

Answered by hussein 2 years ago

Hi
It’s perfect now, still one thing, the slug take the same name data although it’s set to take the item code data, how to fix this?
Thanks

0

Answered by Mian Saleem 2 years ago

Hello,

Please edit app/controllers/admin/Products.php around line 1694

'slug'              => $this->Settings->use_code_for_slug ? $this->sma->slug($value[1]) : $this->sma->slug($value[0]),

Thank you

0

Answered by Al-Sayyed 2 years ago

hi
I have this line
'slug' => $this->Settings->use_code_for_slug ? $this->sma->slug($value[1]) : $this->sma->slug($value[0]),

what shall I change to set the slug to be same as the barcode ?

0

Answered by Mian Saleem 2 years ago

Hello,

Please check your system settings and enable use code for slug.

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.