Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

winfm

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by winfm

  1. Hi Rainer @raiwa, 

    I've installed Wholesale Lite Version 4.3.0 on clean Phoenix 1.0.7.9 php 7.3.12 and followed the mandatory base installation steps Modules => Customer Data => Wholesale. There's another module Wholesale Account present, is this also mandatory?

    With just the Wholesale module installed the Customer Group can be selected but there is error message above the drop down menu:

    ( ! ) Notice: Undefined variable: input_id in D:\wamp\www\catalogue\includes\modules\customer_data\templates\tpl_cd_whole_row_input.php on line 14 Call Stack #TimeMemoryFunctionLocation 10.0006412440{main}( )...\customers.php:0 20.1524955448cd_wholesale->display_input( )...\customers.php:142 30.1527956968include( 'D:\wamp\www\catalogue\includes\modules\customer_data\templates\tpl_cd_whole_row_input.php' )...\cd_wholesale.php:87 " class="col-form-label col-sm-3 text-left text-sm-right">Customer Group

    Any guidance is much appreciated. win

  2. Hi,

    Thanks for putting together such a great addition to osc bs.

    I've just updated to v1.2 and note that once the Shopping Points Redemptions checkbox is ticked I can no longer choose to not use points as partial payment, even though I uncheck the tickbox.

    For example, I choose Cash on Delivery and Points and go to the Order Confirmation page but decide to edit the Payment Method to be only be CoD the points are still active.

    Any suggestions why this is? Are changes to the Admin / Configuration / Sessions required?

    Thanks in advance

  3. Ive installed Order Editor for 2.3

     

    Version: v1.1 Found Here

     

    Under the "New Status" heading ->Notify Customer-> Send comments I get this error

     

    Warning: include(comment_bar) : failed to open stream: No such file or directory in admin/edit_orders.php on line 1933

     

    Warning: include(comment_bar) : failed to open stream: No such file or directory in admin/edit_orders.php on line 1933

     

    Warning: include() : Failed opening 'comment_bar' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in admin/edit_orders.php on line 1933

     

    *********************************************************

     

    When I add a product to the order I get this error:

     

    Warning: Cannot modify header information - headers already sent by (output started at admin/includes/template_top.php:14) in admin/includes/functions/general.php on line 34

     

    *********************************************************

     

    When I click on New Order Email:

     

    No email is sent & I get this error at the top

     

    Fatal error: Call to undefined function tep_add_base_ref() in admin/edit_orders_ajax.php on line 1144

     

    Help Appreciated :)

     

    Hiya,

     

    Having similar issues.

     

    For the first one I deleted lines:

     

    <!-- Comment Toolbar 4.0 bof //-->

    <tr>

    <td><?php include ("comment_bar.php"); ?></td>

    </tr>

    <!-- Comment Toolbar 4.0 eof //-->

     

    from admin/edit_orders.php as these lines weren't in v1.0, i think it relates to contribution Admin Comments Toolbar 4.0

     

    The second issue i moved the line

     

    require(DIR_WS_INCLUDES . 'template_top.php');

     

    to below

     

    <?php include('order_editor/css.php');

     

    I have set Ajax as false but I still encounter an error if I tick the checkbox and click update. ok if clicking update with ticking checkbox. I think ticking the checkbox requires a further contribution to be installed so i suppose i can remove the checkboxes.

×
×
  • Create New...