python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to calculate cart item's discount based on discount type [ Buy1 Get 1 offer ]
I have a table in my DB.
Carts Table:
id| user_id | product_id | title |price |tax| quantity | discount | discount_type
1 | 1 | 2 | Watch | 50 | 5 | 2 | Null | buy1get1
2 |...
Ra3d K
Votes: 0
Answers: 1
Laravel url() function returns public two times
I am using Laravel url() function to get website base url, but it returns public two times I don't know where I am doing wrong? Any help would be highly appreciated.
Here is my code.
<link rel='st...
user2736878
Votes: 0
Answers: 1
not show decimals in PHP Value?
I have a web made in laravel, livewire and I need to hide decimals in variable: 'valor' => $countPoblacion->poblacion]
since it is currently showing decimals in all values.
class ConteoPoblacio...
365posadas
Votes: 0
Answers: 1
How can I only show comments that are verified in Laravel 9?
I have a comment bank application where I want users to be able to make comments, but these have to be verified by an admin before they can be displayed. So I want users to see only verified comments,...
codebomb
Votes: 0
Answers: 1