Jump to content

ijipk

Members
  • Posts

    22
  • Joined

  • Last visited

Profile Information

  • First Name
    Jesper
  • Last Name
    Jørgensen

Recent Profile Visitors

264 profile views

ijipk's Achievements

Newbie

Newbie (1/14)

0

Reputation

2

Community Answers

  1. Hi I'm looking for a way to show the total price with discount in the block cart. I'm using the module "Promotions and discounts - (3x2, reductions, campaigns) " from idnovate which give me the option to add a discount if a customer adds 3 products in their cart. However the discount is first shown in the cart summary, and not in the block cart. I have added a screenshot showing the problem. PS Version 1.7.4.2
  2. I found the error, it was in the theme's modals.css. I had to add some code to the custom.css that overrides the theme's code /* * Custom code goes here. * A template should always ship with an empty custom.css */ .fade.in{ opacity:1 } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; outline: 0; } .modal, .modal-open { overflow: hidden; } .fade { opacity: 0; transition: opacity .15s linear; } .modal-content{ border-radius: 0; border: none; -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -ms-transform: scale(0.8); transform: scale(0.8); opacity: 1; transition: all 0.3s; } .modal-backdrop { z-index: 2; }
  3. Hi I have two modules in my order page, one of them is used to choose a pickup place for the package and another is used for payment. When I activate that the modules should use a popup, it never shows. The screen gets grey but nothing is shown (See image) does anyone know where to look? Theme: Warehouse PS.v: 1.7.4.2 PHP.v: 7.0
  4. Hi have tried on one of my products to select which active carriers it will allow, however it still fails I dont think I should have a problem with advanced stock, I think it has been disabled in 1.7.4.2
  5. Hi, I have a strange error. I cannot resolve my problem in checkout "Unfortunately, there are no carriers available for your delivery address." The system will not show any carriers. In step 2 i choose Denmark as shipping country, however it dont show any carriers. Europa is active - Denmark is active in internation menu. version is 1.7.4.2 hope someone have an idea
  6. Thanks for your quick replay I will have a look and see if I can get i disabled. I have created a status called "confirmation" which sends a PDF invoice and uses the order_conf email template
  7. Hi. I have some issues with my order confirmation email. order_conf First. Prestashop automatically sends a confirmation email to the customer when they order, how to disable that? so they only receive the preparation email. Second. When they receive the confirmation email automatically all the variables are resolved. however when I send it manually it don't resolve the variables like: {payment} {total_shipping} ... I'm totally lost p.s. 1.6.1.5 Regards Jesper
  8. Hi. I have a problem with the cms module "blockcmsinfo" installed default by prestashop. I run it as a two column design. When I add more text it begins to hide the last text in the bottom, I hoped it just made the box bigger. Is there a way to do so ? I have been trying to correct it in the global.css, however my css skilles are not too good. ps version 1.6.1.0 Regards Jesper Jørgensen Dirtytime.dk
  9. Thank you !! solved my problem Jesper http://dirtytime.dk
  10. Hej. Jeg sidder og kæmper lidt med det modul der hedder Blockcmsinfo 1.6.0 Når jeg opretter noget tekst der er kort, så fungerer alt fint. Men hvis jeg skriver noget mere på teksten så den bliver længere, så følger boksen ikke med, den er stadig samme størrelse. Derved bliver min tekst kortet af så man ikke kan læse den. Jeg har forsøgt at rette det i global.css men mit css er ikke skarpt nok til at kunne knække denne.. er der nogen der skulle ligge inde med en løsning? Tak Mvh Jesper http://Dirtytime.dk
  11. Hi. I have a prestashop which is running version 1.6.1.0 with one language I am currently looking at this module Link (DC Handler) However I am not sure it worth the money for me. I have searched a lot for duplicate content problem, some says it a big problem and others not. Is et worth to invest in ? moreover will it have a impact on my google rank ? Regards Jesper Dirtytime.dk
  12. Hi I use the default theme, with opc from Zelarg, and the prestaversion 1.6.1.0 However I want to remove the Total price without tax (see attachment) from the checkout page. I have been looking in different tpl's but I cannot find the correct place. website www.dirtytime.dk Thanks Jesper
  13. I finally found the right place to modify the css. /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css add the line padding-bottom: 15px; .sf-menu > li > ul > li { float: left; width: 20%; padding-right: 15px; padding-bottom: 15px;}
  14. I have been trying to find the correct line in css. but I cant find where I set the padding for this
×
×
  • Create New...