Jump to content

niravaseem

Members
  • Posts

    19
  • Joined

  • Last visited

2 Followers

Profile Information

  • Activity
    Freelancer

Recent Profile Visitors

2,665,643 profile views

niravaseem's Achievements

Newbie

Newbie (1/14)

5

Reputation

1

Community Answers

  1. 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);
  2. 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
  3. I also had the same problem. Have not enabled stock management/warehouse. But added new zones and applied shipping prices to those zones. Also assigned the countries --> new zones. Found that I have to apply new zones to states also. Then it works correctly.
  4. Module can be hooked from admin panel --> Modules --> Positions --> Transplant a module Once it is done just check the generated coding of home page in browser. Find the div of newsletter. Find its class or id and set the property of that class/id to 'Display:none' in your css file.
  5. Hi, Thanks for reply.. But this module applies only to product listing in a particular category. I need it for the products which are shown under 'Accessories'... It would be much clear if I attach a pic. Please see,,
  6. Hello! I want to add 'combinations' & 'quantity box' to accessories of products. Please any one can help how to do this. Thank you
  7. Solved: Just added the property 'Display:none" for the home page newsletter block after displaying. So it works fine now.
  8. 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';
  9. 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....
  10. 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.
  11. Hi, Same problem here also.. I am using prestashop 1.5.6 Please let me know if any solution found...
×
×
  • Create New...