ecommerce
ecommerce copied to clipboard
Service for managing edX's product catalog and handling orders for those products
…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...
…he repetitive emails test purposes.
Description: This PR optimises MySQL offer_conditionaloffer select by indexing catalogue_productattributevalue. Newrelic recommends the following for this model:  ``` 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`,...
Reverts edx/ecommerce#2963
This is the sku used for routing to the one static checkout page on stage.