Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    967
    Plugin Contributions
    0

    Default adding admin options to existing shipping module

    i am trying to add some extra options to the ups module, actually i am merging upsxml into my ups module and want the fields to show in admin, my ups module uses a table from the database, i have tried to add this field
    Code:
    <tr id="ups_key_header" style="display: none;">
    				<td rowspan="2" class="AdvancedShipperConfigLabel"><label for="ups_key">UPS Access Key</label></td>
    				<td class="AdvancedShipperConfigDesc">
    					Enter the XML access key assigned to you by UPS.
    				</td>
    			</tr>
    			<tr id="ups_key_field" style="display: none;">
    				<td class="AdvancedShipperConfigField">
    					<?php echo zen_draw_input_field('ups_key', $ups_key, 'style="width: 13em;" maxlength="16" id="ups_key" class="Textfield" onKeyPress="advshipperCheckEnterPressed(event)"'); ?>
    				</td>
    			</tr>
    to db and module but it will not show.
    How do i make it show?

  2. #2
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: adding admin options to existing shipping module

    Quote Originally Posted by jimmie View Post
    i am trying to add some extra options to the ups module, actually i am merging upsxml into my ups module and want the fields to show in admin, my ups module uses a table from the database, i have tried to add this field
    Code:
    <tr id="ups_key_header" style="display: none;">
    				<td rowspan="2" class="AdvancedShipperConfigLabel"><label for="ups_key">UPS Access Key</label></td>
    				<td class="AdvancedShipperConfigDesc">
    					Enter the XML access key assigned to you by UPS.
    				</td>
    			</tr>
    			<tr id="ups_key_field" style="display: none;">
    				<td class="AdvancedShipperConfigField">
    					<?php echo zen_draw_input_field('ups_key', $ups_key, 'style="width: 13em;" maxlength="16" id="ups_key" class="Textfield" onKeyPress="advshipperCheckEnterPressed(event)"'); ?>
    				</td>
    			</tr>
    to db and module but it will not show.
    How do i make it show?
    is this for the UPS module or CEON Advanced Shipper?

  3. #3
    Join Date
    Jan 2013
    Location
    New Port Richey, Florida
    Posts
    967
    Plugin Contributions
    0

    Default Re: adding admin options to existing shipping module

    i figured out how to do it with the ups module because it uses the configuration Table , yes you are correct, ceons and the ups are almost identical.
    trying to update mine.

 

 

Similar Threads

  1. Replies: 22
    Last Post: 12 Apr 2010, 04:45 PM
  2. Which existing shipping module should I clone?
    By leonthelion in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 5 Oct 2009, 06:07 PM
  3. Costomise existing shipping module
    By ideasco in forum Addon Shipping Modules
    Replies: 0
    Last Post: 25 Apr 2009, 01:09 AM
  4. Custom shipping module or can existing one do this?
    By Gary-Hfx in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 31 Oct 2007, 03:58 AM
  5. MZMT shipping module - Display Shipping Options based on Weight
    By DogTags in forum Addon Shipping Modules
    Replies: 2
    Last Post: 27 Feb 2007, 04:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg