When the Sku for an item no longer exists, do not show links to it. Check for bad skus in Transaction/www_viewItem. Provide variables to not show links when the skus do not exist. Handle existing links better by not returning the user to the home page, but to the transaction. Fixes bug #12107.
This commit is contained in:
parent
e901b95520
commit
cf36a1510f
7 changed files with 50 additions and 10 deletions
|
|
@ -740,6 +740,9 @@ our $HELP = {
|
|||
{
|
||||
name => 'viewItemUrl',
|
||||
},
|
||||
{
|
||||
name => 'hasSku',
|
||||
},
|
||||
{
|
||||
name => 'price',
|
||||
description => 'price help',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue