Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raiwa

♥Ambassador
  • Posts

    4,823
  • Joined

  • Last visited

  • Days Won

    161

Posts posted by raiwa

  1. Hi Steve,

    I'm working on the update for 1.0.7.7 and it is already very advanced. But I'm now pending on the next update to 1.0.7.8 for which Matt promised me to add support for checkout_process.php hooks which I would need. So I believe you should await this update. It's not worth to try to hotpatch the actual version for 1.0.7.7. There would be for sure more issues.

    rgds
    Rainer

  2. 17 hours ago, cupidare said:

    This works fine...

    Thanks for trying.

    Quote

    just a question: I don't want to use the sidebox in my future shop, but now as I still use them: is it intended that the boxes disappear but the space is still reserved for them?

    without boxes it works as it should ...

    You can adjust it in the module:

    Quote

    Content Width
    Content width if side columns are hidden.
    Should be a pair value between the normal main content width (default = 8 => no content stretch, and the max width (12) => stretch content to full width.
    Usual values: 8, 10 or 12

     

  3. 12 hours ago, SafeTBird said:

    @raiwa I'm moving my questions from the CE Phoenix forum to here.  All I want is to change all instances of "retailer" to "customer" and "wholesaler" to "retailer".  You had mentioned the language files but I'm guessing there's several files that will need modifying and mulitple headers, references and other bits of code that will need updating.  Is there an easy way to do this?

    You can change most occurencies in the store module : admin : modules : store : wholesale : edit

    Others may need to be changed in the language files. See install  instructions for the list of language files.

    I believe for your needs the only language file to edit is:

    [catalog ]/includes/languages/english/modules/content/header/cm_header_wholesale.php

    You can open and edit it with any plain text editor like note pad or go to:

    admin : tools : define languages : find the file and click on it to edit.

  4. 2 hours ago, dculley said:

    @raiwa

    I still have something wrong.  I went to line 159 and changed to this:

            <?php echo tep_image('images/CE-Phoenix.png', 'OSCOM CE Phoenix',  null, null, null, true, null, false, 'class="card-img-top"'); ?>

    no errors showing, but still have the water mark.

     

    Set the 7th parameter to false (count the comas in the tep_image function, after the 7th coma place “false”.

    it should be added at the end not in the middle:

            <?php echo tep_image('images/CE-Phoenix.png', 'OSCOM CE Phoenix',  null, null, 'class="card-img-top"', true, null, false); ?>

     

×
×
  • Create New...