Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

kakays

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Everything posted by kakays

  1. Thank you Barbara for your up-date but it does not work here. I have added an article for test but only the first language version is filled in the table articles_description. By the way I have found 2 other issues : 1 - when I want to edit in the admin an existing article only the Author, Article Name and Meta Description can be seen, nothing regarding the article content. (I am using CK Editor) 2- When one of my customer send an article I can have all information in the MySQL tables except the articles_image name. And cannot find either the file into article_manager_uploads directory.
  2. Hi,, I have added Ultimate SEO URL without any big issue. The only one I got at this time is that selection of manufacturer is not working : what ever through the specific box or through the manufacturer select tool at the top of category page. When selecting a manufacturer it returns to the index page. I did not find any topic on that issue although I did not read all the pages. Does anyone know how to fix the issue ?
  3. Hello Jack, Thank's for your answer : $sql_data_array = array('articles_date_available' => $articles_date_available, 'articles_date_added' => $articles_date_available, 'articles_status' => 0, 'authors_id' => $authors_id); That fixes my issue : 'authors_id' => $authors_id); was written 'authors_id' => ''); (from the file I downloaded). Every thing is working now except the multiple language option. Have a good day
  4. Well I've made a check in the table "article" this is really the place where something is missing. I don't see any code to add the authors_id value in the table "articles".
  5. Hello thank you for your answer. The customer name is not 0, the customer_id is 2 but in the article table, the author-id field is filled with 0.
  6. Got that one, the field to be added is not customer_id but customers_id ! Now I can see the articles but the author name is still 0 in the table and doesn't appear besides the article name.
  7. Like some posts above, just want to say that multi language does not work also here ! I have french as main language (admin and catalog). In the admin I can see the 3 languages fields but only french is saved ! I have checked that the same for the topics, only the french version is saved. I just can see my articles in french in the database (english and italian). Any idea ?
  8. Hello Thank Jack for this great contrib, I have added the code from jfkafka because had no autors name. But it does not work fine : I got this message : 1054 - Unknown column 'customers_id' in 'where clause' select authors_id, authors_name from authors where customers_id = '2' I have added the customer_id field - INT (11)in the authors table. SO I don't understand why I got this message.
  9. Thank you, it seems that right my mistake !
  10. I have installed the NEWS BLOG V1.5+ and have exactly the same issue undefined function tep_get_news_name() in catalog\admin\news.php on line 195 Seems to be frequent but I can't figure it out. Any idea
×
×
  • Create New...