Skip to content

Conversation

@nazih611
Copy link

Removed duplicate block definitions and comments.

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behaviour? (You can also link to an open issue here)

What is the new behaviour? (You can also link to the ticket here)

Does this PR introduce a breaking change?

Screenshots (If appropriate)

Removed duplicate block definitions and comments.
@sallainternalbot sallainternalbot bot marked this pull request as draft October 22, 2025 10:19
@nazih611 nazih611 marked this pull request as ready for review October 22, 2025 10:19
@nazih611
Copy link
Author

@nazih611
Copy link
Author

🔍 ابحث عن مقاسك

العرض:
اختر العرض 205 215 225

الارتفاع:
اختر الارتفاع 55 60 65

الجنب:
اختر الجنب 16 17 18

بحث عن مقاسك

<script> function searchRims() { const width = document.getElementById("width").value; const height = document.getElementById("height").value; const side = document.getElementById("side").value; if (!width || !height || !side) { document.getElementById("results").innerHTML = "❗ يرجى اختيار جميع المقاسات."; return; } const searchURL = `https://yourstore.salla.sa/search?width=${width}&height=${height}&side=${side}`; window.location.href = searchURL; } </script>

1 similar comment
@nazih611
Copy link
Author

🔍 ابحث عن مقاسك

العرض:
اختر العرض 205 215 225

الارتفاع:
اختر الارتفاع 55 60 65

الجنب:
اختر الجنب 16 17 18

بحث عن مقاسك

<script> function searchRims() { const width = document.getElementById("width").value; const height = document.getElementById("height").value; const side = document.getElementById("side").value; if (!width || !height || !side) { document.getElementById("results").innerHTML = "❗ يرجى اختيار جميع المقاسات."; return; } const searchURL = `https://yourstore.salla.sa/search?width=${width}&height=${height}&side=${side}`; window.location.href = searchURL; } </script>

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.

1 participant