ÿØÿà JPEG ÿþ;
Server IP : 68.65.120.201 / Your IP : 216.73.216.73 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/taxhyuvu/www/ |
Upload File : |
<?php include('head.php');?> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Book Detail</title> <style> .bookdetail .jhanzaib li{ color: #08737c;font-weight: 600;} .bookdetail .jhanzaib li b{ display: inline-block;width: 225px; color: #484949;} </style> </head> <body> <div class="row" style="margin:50px;"> <div class="col-md-6"> <img src="publications/pcgfull.png" alt="Sales Tax Law & Practice" class="img-fluid" style="height: 480px;" ></div> <div class="col-md-6"> <div class="bookdetail"> <h3 style=" margin-left: 30px; color: #484949; font-family: math;font-size: 35px;font-weight: 600;">Pakistan Custom Guidelines</h3> <!-- <div class="product__details__rating"> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star"></i> <i class="fa fa-star-half-o"></i> <span>(18 reviews)</span> --> <!-- </div> --> <h2 style=" margin-left: 30px; font-family: math;font-size: 30px;color: #056c73;font-weight: 600;">Rs. 6,500.00 </h2> <ul class="jhanzaib" style="list-style-type: none; list-style-type: none;font-size: 20px;font-family: math;"> <li><b>Category</b> <span> Sales Tax</span></li> <li><b>Availibilityn</b> <span> Stock</span></li> <li><b>Edition</b> <span> 16th Edittion</span></li> <li><b>Year</b> <span> 2022-2023</span></li> <li><b>Amended</b> <span> 2nd February 2023</span></li> <li><b>Author</b> <span> S.M Ramzan Gillani</span></li> </ul> <p style="text-align:justify !important;font-family: math;font-size: 20px;color: #484949;margin-left: 30px;">TaxHelpline launced the 10th Edition of Pakistan Customs Guidelines by S.M. Ramzan Gillani with all latest updates. This Book is highly recommended for the guidelines on the PCT Classifications of different Plants, Machinery, Chemicals and other items. We compiled the Public Notices, Standing Order, Classifications etc., since 1980 to onwards.</p> </div> <div class="row"> <div class="col-md-6" style="padding-left: 40px;"> <div class="sp-quantity"> <div class="sp-input"> <a class="ddd" href="#" ><span style="display:none;">-</span><i class="fa fa-minus-square-o"></i></a> <input type="text" class="quantity-input" value="1" readonly> <a class="ddd" href="#" ><span style="display:none;">+</span><i class="fa fa-plus-square-o"></i></a> </div> </div> </div> <div class="col-md-6"><button class="btn btn-primary" style="float:right;">Order Now</button></div> </div> </div> </div> <script> $(".ddd").on("click", function() { var $button = $(this), $input = $button.closest('.sp-quantity').find("input.quantity-input"); var oldValue = $input.val(), newVal; if ($.trim($button.text()) == "+") { newVal = parseFloat(oldValue) + 1; } else { // Don't allow decrementing below zero if (oldValue > 0) { newVal = parseFloat(oldValue) - 1; } else { newVal = 0; } } $input.val(newVal); }); </script> <?php include('footer.php'); ?>