I want sell some products related my lms like ebooks, cds etc. How can I do so? I tried adding one product from the store. How to display it on front end. I want to display it in a page named 'shop'. Also want to add the tab in the main menu.
James Aparicio
Thu, 09/18/2014 - 11:14
Hi subhra44,
Hi subhra44,
Opigno uses drupal commerce module. It is widely used. If you search for drupal commerce, i am sure you will find a lot of information.
Best regards
subhra44
Thu, 09/18/2014 - 12:17
Thank you. I was able to add
Thank you. I was able to add products. Now I am facing problem in displaying it.
I created a view and selected all products to show in the page. But no products are showing in the view. I followed https://drupalcommerce.org/user-guide/setting-product-catalog (first step). Do I need to do something else also?
James Aparicio
Thu, 09/18/2014 - 12:30
Hi,
Hi,
Have you saved the view? All changes you do have to the views have to be saved, otherwise when you go to the page you do not see them.
Remove filters from the view. The filters are what restricts the information that is coming from the database.
If you have experience with databases, you can go to the views settings "admin/structure/views/settings" and activate "show sql query". This way you can play arround with the query on your db to check what and why it is happening.
Best regards
subhra44
Thu, 09/18/2014 - 16:03
Removed the filters. Tried
Removed the filters. Tried 'show sql queries' also. But nothing is coming. There are total three products. 2 under OG products and 1 under products. In view page, it is coming like this http://i.imgur.com/rhb3NNv.png (for admin).
And for student nothing is coming.
James Aparicio
Thu, 09/18/2014 - 16:13
Hi subhra44
Hi subhra44
The products are beeing requested correctly, what is beeing displayed is what is incorrect.
What do you have the view under format? Set it for example to
Thank you. Now it is coming for Admin. But for students it is not coming. My access values are like this. 'Access: Role | Multiple roles'. And in Multiple roles, all are selected.
James Aparicio
Thu, 09/18/2014 - 17:56
Now it is restricting to who
Now it is restricting to who the product is displaying to.
Hi subhra44,
Hi subhra44,
Opigno uses drupal commerce module. It is widely used. If you search for drupal commerce, i am sure you will find a lot of information.
Best regards
Thank you. I was able to add
Hi,
Hi,
Have you saved the view? All changes you do have to the views have to be saved, otherwise when you go to the page you do not see them.
Remove filters from the view. The filters are what restricts the information that is coming from the database.
If you have experience with databases, you can go to the views settings "admin/structure/views/settings" and activate "show sql query". This way you can play arround with the query on your db to check what and why it is happening.
Best regards
Removed the filters. Tried
Hi subhra44
Hi subhra44
The products are beeing requested correctly, what is beeing displayed is what is incorrect.
What do you have the view under format? Set it for example to
Format
Format:Unformatted list | SettingsShow:Rendered entity | SettingsThank you. Now it is coming
Now it is restricting to who
Now it is restricting to who the product is displaying to.
If you want everyone to see it, just remove that.
Best regards