Re: Return Authorization Module (RMA)
Hi
Have just come across a small problem ..If i leave it as "Only registered customers" False ( so anyone can view it) it works fine but as soon as I change it to "Only registered customers" true ( you have to sign in) it seems to default to the main page once signed in..
Have had it working fine before so I know it works well
thanks for any help
Re: Return Authorization Module (RMA)
HI come across a few problems, installed the mod but in the information sidebox I just get box information_returns and if I click on it it takes me to a custom 404 oage not found page :frusty:
http://www.rvsolarsystems.co.uk/store/
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
ATSWorld
Hi
Have just come across a small problem ..If i leave it as "Only registered customers" False ( so anyone can view it) it works fine but as soon as I change it to "Only registered customers" true ( you have to sign in) it seems to default to the main page once signed in..
Have had it working fine before so I know it works well
thanks for any help
is anyone help help plz
thanks
Re: Return Authorization Module (RMA)
DigitalShadow:
Did this work for you? Were you able to complete it so it updates when the Submit button is clicked?
Any more code to share? Your idea is great and would make this mod much more complete. If you have it working please upload a new fileset including your mods to the downloads section as a new version either through Clyde or directly. Let us know here if you do upload a new version.
Many thanks in advance,
Ron
Quote:
Originally Posted by
DigitalShadow
I could use
PHP Code:
$order_number = zen_db_prepare_input($_POST['order_number']);
to get the order number, then modify my code below to get it to update
PHP Code:
$order_status = '6';
$return_update = array('orders_id' => zen_db_prepare_input($_POST['order_number']),
'orders_status' => $order_status,
'comments' => zen_db_prepare_input($_POST['action']),
'comment_by' => 'c'
);
zen_db_perform(TABLE_ORDERS, $return_update, 'update', "orders_id = '" . $order_id . "'");
Now if the code works, I just need that update to be done when they hit submit.
Re: Return Authorization Module (RMA)
hello my template background is black as are the default text for rma page how can i change text color for that page? im using alien-atemware template version 1.3.9
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
IronKladPC
hello my template background is black as are the default text for rma page how can i change text color for that page? im using alien-atemware template version 1.3.9
ok got figured out in includes/templates/custom/css/returns
changed to silver working great now thanks for the updating of the mod clyde!:clap:
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
DigitalShadow
Anyone?
Clyde passed away suddenly and unexpectedly on Aug 13th.
Re: Return Authorization Module (RMA)
how can i make the phone number box as a required field as this would save a lot of time in as we like to contact the customer to make sure that it's not an installation issue they are having.
Re: Return Authorization Module (RMA)
Hi,
Where can I download the latest version of this?
I am running Zen Cart version 1.5
Thanks
Robin
Re: Return Authorization Module (RMA)
The current version 2.3.3 does work in 1.5 other than the registration of the configuration menu. You always can use PhpMyadmin for this.