I'm curious why you want to display the SKU. It was never intended to be user-facing.
If you absolutely want to display this value, look Line.partner_sku. Each Order has one, or more, lines associated. Clinton On Wednesday, February 7, 2018 at 8:18:35 AM UTC-8, [email protected] wrote: > > Hi..!! I am trying to show up the sku of the course in the basket or > receipt page with a separate column. The ways i tried > > ```1. Back tracked the pages and files where the course name and number is > fetched for the basket page and tried adding > `'partner_sku':line.partner_sku` > 2. Found the orders model and tried fetching the sku, but they fetching > the other data from the order table to show up in receipt form. It doesn't > contain the sku value. ``` > > > But these ways failed. Is there any other methods to show up the sku of > the course in the receipt or basket page.. `To fetch and show up the SKU` > Any suggestions?? Thanks in advance > -- You received this message because you are subscribed to the Google Groups "General Open edX discussion" group. To view this discussion on the web visit https://groups.google.com/d/msgid/edx-code/eff9cd6a-3df4-4295-ad08-868b42c4febc%40googlegroups.com.
