Order Notes

27.09.2021 12:35
#1
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Order Notes

Hello

Is there a way of adding fields or notes to Orders in Admin to analyse and keep information

 
27.09.2021 21:34
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Order Notes

No.

 
28.09.2021 04:37
#3
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

what do you recommend then on how to assign information to an Order ?
please advise

 
28.09.2021 07:44
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Order Notes

Example:
Use field ext_field_3 (Not enable in configuration)

Change code

administrator\components\com_jshopping\views\orders\tmpl\edit.php

<?php if ($config_fields['ext_field_3']['display']){?>
<tr>
<td><b><?php print _JSHOP_EXT_FIELD_3?>:</b></td>
<td><input type="text" name="ext_field_3" value="<?php print $order->ext_field_3?>" /></td>
</tr>
<?php } ?>

Change to


<tr>
<td><b><?php print _JSHOP_EXT_FIELD_3?>:</b></td>
<td><input type="text" name="ext_field_3" value="<?php print $order->ext_field_3?>" /></td>
</tr>

 
28.09.2021 15:04
#5
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

ok thanks
so remove the first and last rows ?

 
28.09.2021 22:59
#6
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

it worked, thank you

however I have these questions

1 how to change field name, currently it says Additional Field 3:
2 new field only appears when editing, I need to see it on viewing
3 how can I have this new field on the order front screen or on the order filters please

 
29.09.2021 07:49
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Order Notes

1. Edit
administrator\components\com_jshopping\views\orders\tmpl\edit.php
change
<?php print _JSHOP_EXT_FIELD_3?>

2. administrator\components\com_jshopping\views\orders\tmpl\show.php
Similar changes

3. -

For help buy
https://www.webdesigner-profi.de/joomla-webdesign/shop/license-key/joomshopping-licensekey.html

 
29.09.2021 09:14
#8
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

not sure what you mean and I am not technical

I have a licence key already ?

 
29.09.2021 11:09
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Order Notes

1. Not see orders with License key

2. You buy a key - I help you solve your problem.

 
29.09.2021 11:36
#10
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

I will send private message
thanks

 
09.10.2021 11:13
#11
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

hello again

as an option I notice the name field has 3 cells
the third one does not currently show on the main order page
administrator/index.php?option=com_jshopping&controller=orders

is there an easy way please to add this field so it shows up please

thank you
Aw: Order Notes

 
09.10.2021 11:19
#12
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25932
Quote
Aw: Order Notes

administrator\components\com_jshopping\views\orders\tmpl\list.php

row 175

<?php echo $row->name?>

change to

<?php echo $row->f_name?> <?php echo $row->l_name?> <?php echo $row->m_name?>

 
09.10.2021 22:13
#13
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

thank you, I will try this

 
15.10.2021 06:27
#14
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

hello again

this is fine but I really need an additional filter option for the orders page
administrator/index.php?option=com_jshopping&controller=orders



ideally if there was a filter for product code so I can see who has order which products
I think the product would improve with this option

is this possible please

 
16.10.2021 22:49
#15
victorybadges
Joomshopping forum user no avatar
Name: Nick
09.07.2012
Posts: 263
Quote
Aw: Order Notes

Please advise on this matter

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.