Jump to content

chewygmb

Members
  • Posts

    9
  • Joined

  • Last visited

About chewygmb

  • Birthday June 4

Profile Information

  • Location
    UK
  • First Name
    Grant
  • Last Name
    Bradbury

Recent Profile Visitors

168 profile views

chewygmb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm also having a very similar problem. I sell shirts that come in adult and junior sizes. Junior clothing in the UK has no VAT (tax) and adult clothing does. So my only current option is to create two products, a junior and a senior version of each product? Now my website has over 1000 products, so to double the amount of products to solve this seems stupid.... Any ideas anyone?
  2. Hey all, I don't know if I'm asking the impossible or not. I want to disable the top horizontal menu (make it invisible) on just one category in my shop. I'm using 1.6. Can this be done? If so...how? Grant
  3. I have debug mode on, unfortunately the most common error is simply the following, which creates no debug error message. This site can’t be reachedwww.the-rashop.org took too long to respond. Search Google for ra shop org iadmin index ERR_CONNECTION_TIMED_OUT
  4. I am in need of desperate help! Firsly, a little background I have installed on shared servers with the same provider 4 different prestashop websites. I have configured this one in the exact same way and after hours of searching can't find anything different that I have done. What happens: I must re-iterate this is an INTERMITTENT fault, there is nothing that causes it and it doesn't happen on a specific page, it can be front or back end .etc Users will be met with a very long page loading time and then eventually get a cannot connect to the website or a 500 internal server error page or sometimes a MYSQL error appears too (Link to database cannot be established: SQLSTATE[HY000] [1040] Too many connections) I have been on to my hosting provider who have now checked my server 5/6 times and assure me there are no error messages or logs on their end at all. I finally got on to tech support chat at the exact time the issue was happening, the only thing they said they could see was that there were multiple php processes running at the time. URL is www.the-rashop.org Any ideas? I've probably put 10+ hours into this already trying to figure it out.
  5. Tried the above, does not work for me. I have product: Junior sizes of shirt X price Adult sizes of shirt Y price Price rule 25% off if buying 5+ On Y price if I select 5+ it gives X price -25%. Once in cart price shows fine.
  6. Tried changing the pdf .tpl file from all excl to incl but it just threw the alignment all over the place. It made the products block shoot off the end of the page
  7. Thank you very much. Got it working. In case anyone else is looking for the solution, do the following: Find pdf>invoice.summary-tab.tpl Insert the bold code highlighted below <table id="summary-tab" width="100%"> <tr> <th class="header small" valign="middle">{l s='Invoice Number' pdf='true'}</th> <th class="header small" valign="middle">{l s='Invoice Date' pdf='true'}</th> <th class="header small" valign="middle">{l s='Order Reference' pdf='true'}</th> <th class="header small" valign="middle">{l s='Order date' pdf='true'}</th> {if $addresses.invoice->vat_number} <th class="header small" valign="middle">{l s='VAT Number' pdf='true'}</th> {/if} {if isset($carrier)} <th class="header small" valign="middle">{l s='Carrier' pdf='true'}</th> {/if} </tr> <tr> <td class="center small white">{$title|escape:'html':'UTF-8'}</td> <td class="center small white">{dateFormat date=$order->invoice_date full=0}</td> <td class="center small white">{$order->getUniqReference()}</td> <td class="center small white">{dateFormat date=$order->date_add full=0}</td> {if $addresses.invoice->vat_number} <td class="center small white"> {$addresses.invoice->vat_number} </td> {/if} {if isset($carrier)} <td class="center small white">{$carrier->name}</td> {/if} </tr> </table> You can of course move this above the other td class lines to locate it in a different order on the pdf.
  8. Hi all, I'm trying to add some vital information to customer invoices. I've succeeded in adding customers phone number to the delivery address but now I would like to get the delivery method to appear in the summary section at the top of the invoice. Does anyone have the code that (I assume) I will add to /pdf/invoice.summary-tab.tpl ? Many Thanks Grant www.the-rashop.org
  9. Hello all. I've recently made the jump to prestashop 1.6 and am in the process of sorting a few of my websites on it. I don't know if I'm being silly or not but when I have set a cart rule with a voucher code (no restrictions and time limit is set to expire in 2020). There is nowhere at all on the front end of the website to enter a code?? URL: www.the-rashop.org Please help Grant Bradbury
×
×
  • Create New...