Jump to content

kaheng

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Activity
    Developer

kaheng's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I'm currently on PrestaShop v1.6.0.5 When I clicked "Next" button in a category page, the page kept showing loading and the page will never load to next page (refer to the screen shot). I've tried to perform "Clear cache" and ensure there isn't file missing under BO's "Configuration Information" but I still facing the loading problem. I have no idea what cause this problem. Can anyone assist on the above matter. Thanks!
  2. Can anyone help out on the total sales rounding?
  3. Hi, I'm currently in PrestaShop v1.6.0.5 I was wondering if I can do 1 decimal rounding in Total Amount in Cart Drop Down, Shopping-Cart Summary and all the related places that show Total Amount. Is that possible for me to achieve the following; Out-the-box Product : 50.90 Shipping : 4.59 Total : 55.49 To modify as per following Product : 50.90 Shipping : 4.59 Rounding : +0.01 Total : 55.50 I could not find any area that I could configure in such way. Does anyone have solution / guidance? Thanks!
  4. Sorry, my mistake. I just need to enter a value for the relevant product feature and it will show in the front end.
  5. Hi, I'm doing customization on PrestaShop v1.6.0.5 that installed in wwww.novateursoft.com/PrestaDemo/ I would like to display some other Product Features(refer to the BO-ProductFeatures.png screen shot) that available in Back Office rather than only display "Composition", "Style", "Properties" by default in Front-End's Data Sheet from out-of-box environment (refer to the PS-DataSheet.png screen shot). I do not see any option for me to do that. Can this be done by modify product.tpl or some other files? Can anyone assist on the above matter. Thanks!
  6. Hi Dioniz, Great! The align is working correctly.. Thank you so much!!
  7. Hi Dioniz, Great and it work perfectly! Thank you so much!
  8. Hi Dioniz, Thanks for reply! I manage move the Cart block below Quick Search block as per your suggestion. However, the Search input box width is quite long (refer to PS-LongSearchInput.png screen shot). I tried to modified the Hershop-theme/css/modules/blocksearch/blocksearch.css, I able to make the width shorter but the input box appear in middle of the screen rather than align on the right side (refer to PS-SearchModified.png screen shot). How can I align the Search input box to right and make the width shorter?
  9. Hi Vekia, thanks for reply. This is the url; http://hershop.co/ Could you please advise which css file and which area in css should I change?
  10. Hi Vekia, thanks for reply. Here you go http://hershop.co/ Is kinda weird, not all the sub-categories having the problem. Only sub-categories in "Outer" and "Accessories" in the top menu got misalign problem.
  11. Hi, I'm doing customization on PrestaShop v1.6.0.5. I was trying to change the top menu font size, colour and padding (Top horizontal menu block) by modified the superfish-modified.css file. Soon after that, I noticed that the sub-categories list in the top menu drop down is not align in the same row (refer to the PS-TopMenu.png screen shot). From the screen shot, the second and third items of subcategory (Jacket and Coat) are suppose to be same row with the first item (Cardigan) but somehow it move to next row. I could not trace what the problem as I did the css modification and some configurations in Back Office at the same time. I've revert back the original superfish-modified.css file follow by did a clear cache but problem still persist. Can anyone assist on the above matter. Thanks!
  12. Hi, I doing customization in PrestaShop v1.6.0.5. I am trying to move the Cart block below Quick Search block. I've tried few ways as per the following but i could not make it work; 1. In the PrestaShop back office, I goto modules => positions => displayTop and also displayHeader hook to rearrange the Cart and Quick Search block 2. Tried add in "pull-right" into <div> class attribute in following files; - blocksearch-top.tpl (line no 26) <div id="search_block_top" class="col-sm-4 clearfix"> - blockcart.tpl (line no 27) <div class="col-sm-4 clearfix{if $PS_CATALOG_MODE} header_user_catalog{/if}"> 3. Clear cache after changes been made. No matter what I did, both Quick Search and Cart block still stay in the side by side rather top-bottom position. Can anyone give me some advise on how to achieve.
×
×
  • Create New...