Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Voucher row not displayed correctly in AJAX mode#12

Open
xitromedia wants to merge 1 commit intoPrestaShop:devfrom
xitromedia:patch-3
Open

Voucher row not displayed correctly in AJAX mode#12
xitromedia wants to merge 1 commit intoPrestaShop:devfrom
xitromedia:patch-3

Conversation

@xitromedia
Copy link

When in ajax mode and adding a prod, then the vouchers are not displayed because the vouchers table does not exist and JS does only handle rows of the non-existing table but not create the table itself.
Made that a display:none table with TBODY tag is always existing that can be made visible and filled by JS depending on the product added.

When in ajax mode and adding a prod, then the vouchers are not displayed because the vouchers table does not exist and JS does only handle rows of the non-existing table but not create the table itself.
Made that a display:none table with TBODY tag is always existing that can be made visible and filled by JS depending on the product added.
@ghost
Copy link

ghost commented Jan 24, 2016

Thanks for fixing this. 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant