Jump to content

burgensteen

Member
  • Posts

    506
  • Joined

  • Last visited

Posts posted by burgensteen

  1. I dont think people realise how little the skin and mod authors actauly make from there wares.

    There are a lot of hours work put into developement then testing and creating the instructions and once people start putting multiple mods on their site you get caught up trying to jiggle your mods to fit in which again takes a long time.

    The skins I beleive are even worse as everyone wants a bespoke skin that is the best out there with your copywrite removed and the goalpost change all the time, it starts with I just want a plain skin to wanting mods added and then more and more elaborate skin and then graphics and a header logo. Then they maon that they can get a pre made skin for less than your asking (well of course you can if you want you store to look like 10 others out there and have a copywrite at the bottom, but you knew that at the begining anyway).

    Modders do not stay in this for the money as there is very little to be made in relation to man hours worked.

    You will find modders come and go in this game as alot of them think thet can make a quick buck but its only the ones that do it for the love of it that stay the long term.

  2. Not entirely sure what it is your after as ive just checked my print order form and it doesnt have this ???

    But if you want to change it and not upset anything else on your site you could just hard code it ( with it being your store name it is never going to change anyway).

    Just open:

    \modules\gateway\Print_Order_Form\

    & replace the {whatever your choice}

    for examlple:

    <td align="left" valign="top" class="copyText">

    <strong>{LANG_INVOICE_TO}</strong>

    <div style="padding: 10px;">

    {VAL_INVOICE_NAME}<br/> {VAL_INVOICE_ADD1}<br/>

    {VAL_INVOICE_ADD2}<br/>

    {VAL_INVOICE_TOWN}, {VAL_INVOICE_STATE}<br/>

    {VAL_INVOICE_POSTCODE}<br/>

    {VAL_INVOICE_COUNTRY}</div>

    </td>

    to:

    <td align="left" valign="top" class="copyText">

    <strong>{LANG_INVOICE_TO}</strong>

    <div style="padding: 10px;">

    Hard coded text to show on form<br/> {VAL_INVOICE_ADD1}<br/>

    {VAL_INVOICE_ADD2}<br/>

    {VAL_INVOICE_TOWN}, {VAL_INVOICE_STATE}<br/>

    {VAL_INVOICE_POSTCODE}<br/>

    {VAL_INVOICE_COUNTRY}</div>

    </td>

    Like I stated earlier as I dont know what exactly it is you want to change this is only a guide, you will have to find the right peice of code yourself.

  3. Youve answered your own question !!!!

    Its the server clock it is going by so one hour is just that one hour.

    Its not dependant on your timezone it is only dependant on the server timezone.

    Basicaly it is allowing anyone from anywhere 60 minutes from the time they complete checkout.

  4. Theres no need to remove it completely, just go into your host control panel go into phpmyadmin choose your cubecart db, select all the tables and then click 'drop' at the top. Doing it this way will keep your db name and password therefore allowing you to re-use your root/ includes/ global.inc.php file (if you havent already deleted it).

    Otherwise in your host control panel there will be a mysql tab somewhere click on it and then somewhere it will allow you to delete the db.

×
×
  • Create New...