ecommerce icon indicating copy to clipboard operation
ecommerce copied to clipboard

Service for managing edX's product catalog and handling orders for those products

Results 92 ecommerce issues
Sort by recently updated
recently updated
newest added

…n stuff instead. How to use: * Find a local enrollment code SKU in your ecommerce service (or create one if none exist). * Modify the hard-coded enterprise catalog UUIDs...

I noticed that there's no test for if we have 0 hits, so I added it as the first commit.

Unclear why oscar is opinionated about this, and given our setup processes for these when they're attached to programs it doesn't make a lot of sense to enforce this. Potential...

Description: This PR optimises MySQL offer_conditionaloffer select by indexing catalogue_productattributevalue. Newrelic recommends the following for this model: ![image](https://user-images.githubusercontent.com/34648393/86212894-4aa26f00-bb92-11ea-8f18-c24e33fef988.png) ``` SELECT (`voucher_voucher_offers`.`voucher_id`) AS `_prefetch_related_val_voucher_id`, `offer_conditionaloffer`.`id`, `offer_conditionaloffer`.`name`, `offer_conditionaloffer`.`slug`, `offer_conditionaloffer`.`description`, `offer_conditionaloffer`.`offer_type`, `offer_conditionaloffer`.`exclusive`, `offer_conditionaloffer`.`status`,...

This is the sku used for routing to the one static checkout page on stage.