Posts by adrib • 75 points
6 posts
-
1
votes5
answers2183
viewsQ: Save items and recover values with Localstorage
Good morning, everyone. I have a stroller where I record items for an estimate. Until then I can record this item in the cart in the localStorage and persist this data in this same item, the user…
-
3
votes2
answers110
viewsQ: Pick dynamic variable
I am making a script so that when client click on one of the colors that the product has. the product next to change the photo. However, as it is a precise photo array that each id contains a…
-
0
votes1
answer51
viewsA: How to mark checkbox with a single color?
Answer As usual, I always like to put the solution that solved my problem. I don’t know if it was the best way. The code below represents how I managed to solve the question How could I perform this…
-
1
votes1
answer51
viewsQ: How to mark checkbox with a single color?
Hello, I have the following problem: When entering the edition of my product I need that in the part where you have the images of the products, each product has its specific color. Ex: But he is…
-
1
votes2
answers580
viewsA: Laravel - Select in multiple tables
Solution To be able to help anyone with the same problem as me, I marked our friend @H.Lima’s answer above as the solution that made me think and solve the problem. Below I will describe my code and…
-
1
votes2
answers580
viewsQ: Laravel - Select in multiple tables
My goal in the code is: - Create a filter option for the customer, where he will have the options to filter the product by: COLOR, GROUP, FEATURE AND MEASURES. My problem is: - Create the query that…