Skip to content

1.7.7.x#1

Open
Salexber wants to merge 2110 commits intoSalexber:1.7.7.xfrom
PrestaShop:1.7.7.x
Open

1.7.7.x#1
Salexber wants to merge 2110 commits intoSalexber:1.7.7.xfrom
PrestaShop:1.7.7.x

Conversation

@Salexber
Copy link
Copy Markdown
Owner

Questions Answers
Branch? develop / 1.7.7.x
Description? Please be specific when describing the PR.
Every detail helps: versions, browser/server configuration, specific module/theme, etc. Feel free to add more information below this table.
Type? bug fix / improvement / new feature / refacto / critical
Category? FO / BO / CO / IN / WS / TE / LO / ME / PM
BC breaks? yes / no
Deprecations? yes / no
Fixed ticket? Fixes #{issue number here}.
How to test? Please indicate how to best verify that this PR is correct.

atomiix and others added 30 commits May 4, 2021 16:31
Fix already selected condition group on safari inside catalog price rules
When the multishop option is activated and at least two shops have been created,
a new panel is displayed at the bottom of module configuration pages, containing a
checkbox labeled "Activate module for this shop context". Checking/unchecking
this checkbox is supposed to enable/disable the current module for the current shop
context.

This does not currently work. Clicking this box reloads the current url, adding
an "enable" parameter with a value of 0 or 1 depending on if it is checked or not. Getting
the status of the checkbox is achieved via the jquery .attr() method, which since jQuery 1.6
cannot be used for attributes like "checked" or "disabled". As a result "enable" is set to 0
wether the box is checked or not.

The solution is to use jQuery's .is(':checked') method instead.
After a bit of research, it seems .prop() is more direct, not requiring to parse the argument.

Co-authored-by: atomiix <tbaccelli@gmail.com>
Fixed Ecotax when editing an Order ((Add/Update)ProductToOrder)
Implement Address Format in the View Order Page
…kbox

Fix module activation checkbox in module configuration pages
Fix gift added/removed when editing order (product quantity/shipping address)
matks and others added 28 commits July 28, 2021 16:50
Check variable before using it
Fixed selector for fetching if the tax is included
Add changelog for 1.7.7.6    (DO NOT MERGE)
Co-authored-by: PululuK <pululuandre@hotmail.com>
Use _DB_PREFIX_ constant instead of ps_ in SQL queries
Name has no reason to live in admin_orders_display_customization_imge_route
…round

Product combination price edit : Use blur instead of onkeyup to avoid price flip
Use null coalescing operator to fix notice
@kpodemski kpodemski deleted the branch Salexber:1.7.7.x February 10, 2026 12:51
@kpodemski kpodemski deleted the 1.7.7.x branch February 10, 2026 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.