-
Posts
19 -
Joined
-
Last visited
Profile Information
-
Activity
Freelancer
Recent Profile Visitors
2,665,737 profile views
niravaseem's Achievements
-
ok.. I got that.. added this to classes -> Tools.php {Line 458 } $price=round($price); edit--- It also round's off prices in category view -- {not solved} edit 2--- solved in cart page -- classes/cart.php line 2450 change return $total_shipping; to return round($total_shipping); for pop up cart classes/cart.php line 1335 Added line $shipping_fees=round($shipping_fees);
-
Hi, I have set the default currency of my shop to 'Indian Rs.'. {But have set the default currency of all countries to 'Us $' - in 'Localizations'->'Countries'} So all clients can only see Dollar prices. Now, I need to round of shipping totals to 0 decimal places. {For the products it is ok that it is rounding to 2 decimal places. This should remain same} Only shipping has to be rounded to 0 decimals. I have tried editing this function in classes/carrier.php public function getDeliveryPriceByWeight($total_weight, $id_zone) but it calculates the shipping in indian rupees, then rounds of to '0' decimal places - and then converts the total to US $ {with 2 decimal places rounding}. So my issue remains same... Anyone can help please... Thankls in advance. Prestashop 1.5.6.2
-
tomerg3 started following niravaseem
-
Hi, Both the lines of code are same that you have written above: Change this line ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; with this ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
-
vekia started following niravaseem
-
I purchased a template from template monster. In the design it did not had 'newsletter block' on home page. From inner pages the newsletter block was not working. I found that if I place the block on home page, then it works. {This I tested with Prestashop default theme also and it had same results}. Remove means that in Admin Panel-->Positions-->Right column blocks -->Newsletter block 1.4-->{in the list of 'Exceptions'->'Index' is selected} So if I deselect it, then it works. But home page design gets distorted because the block appears there. I do not want 'newsletter block' on home page due to design constraints. Please let me know any solution....
-
Hi, It seems strange. If I remove the newsletter block from home page and subscribe from inner pages, then the email id does not gets register. {Also it redirects to home page after submitting email id in the form without any confirmation message} If I show the 'newsletter block' on home page, then even if i register email id from any inner page, it gets registered {though it gets redirected to home page but gives confirmation message}. I do not want the block to be shown on home page but inner block should work correctly. I am using 1.5.6.1 Any help would be highly appreciated.
-
Special character in Localization-states
niravaseem replied to sureshk2n's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hi, Same problem here also.. I am using prestashop 1.5.6 Please let me know if any solution found...
.png.022b5452a8f28f552bc9430097a16da2.png)