sapiringo
Forum Replies Created
-
UPDATE: Blank lessons came back when I enrolled the course as a Suscriptor. Maybe there is the problem. Ill be looking into it. Sorry.
UPDATE: Blank lessons came back when I enrolled the course as a Suscriptor. Maybe there is the problem. Ill be looking into it. Sorry.
Hey, I had the same problem. For me, the problem occurs when Im logged in as an administrator. Try to visit lessons pages without being logged in or logged as Suscriptor and let me know. Cheers.
Hey, I had the same problem. For me, the problem occurs when Im logged in as an administrator. Try to visit lessons pages without being logged in or logged as Suscriptor and let me know. Cheers.
Forum: Plugins
In reply to: [Woocommerce CSV importer] When Importing duplicate categories are createdI was having the same issues yesterday and saw your post looking for a solution. Well this is my case and this is how I solved it.
The key is to know the system. CSV Importer uses Category TITLE for placing products in them. It does not use slugs. So, my problem was that I’ve been having issues regarding the use of accents. I’m a latin so I have lots of them. So, the import results had been giving me trouble because accents were replaced with other characters so I had to use HTML code for them. (Ex.
áfor á). BUT I replaced those codes in every bit of my CSV data. MISTAKE.So this is what I figured out. For product title, content, excerpt and tags, I can replace those accents with HTML code. BUT.
For categories do not attempt that. Leave them as they are. I don’t know if thats your case, but the text of the Category Title should be exact as you have in your Woocommerce. No codes, not a bit of difference, just as they are.
This brings out a question, what if I have two categories with the same title? (because you can have the same name in the title but not in the slug) Well I did some tests, and I think that the import starts looking in the category table in ascending order. So, it will use the first one it finds, meaning the first one you created or the one with the minor ID.
Hope this helps.
Solved
Nevermind! To all those with the same problem, its Windows’ list separator configuration that is breaking the lines with excel.
Go to Control Panel > Language > Change date, time and number formats
Then change the list separator from semicolon to comma.
And thats it!
File all broken.
http://s8.postimg.org/5qbq9cpxx/Screen_Shot_02_16_15_at_07_06_PM.png