Bug #9562
Wrong named template-marker in shoppingcart.tpl
| Status: | New | Start date: | 2008-10-11 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Bug | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
I've searched why there are no attributes visible in the basket-view by default.
The reason is that in PHP you required a submarker called ###BASKET_SELECT_ATTRIBUTES### and in the template you provide a submarker called ###PRODUCT_BASKET_SELECT_ATTRIBUTES###.
- you rename the marker in PHP (see commerce1.patch)
- you rename the marker in the template-file (see commerce2.patch)
After renaming this submarker I wanted to know why the marker ###SELECT_ATTRIBUTES_SELECTBOX### doesn't contain any content.
I just renamed it to ###SELECT_ATTRIBUTES_VALUE### in both patches. This marker contains the attributes value.
Related issues
| duplicates commerce - Bug #1678: Chosen attributes not displayed in basket | Resolved | 2008-10-11 |
History
Updated by Ingo Schmitt over 2 years ago
- Assignee set to Sascha Egerer
Updated by Sascha Egerer 14 days ago
- Assignee deleted (
Sascha Egerer)