Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
clydejones
As I said above holding down a single key produces this behavior. if you type a normal sentence it should wrap at 30/31 characters.
I'm not sure why anyone would hold down a single key if they were trying to type a request such as:
When this item arrived it was broken. Could you replace the item.
This example should wrap as expected.
:oops: sorry, i guess i skimmed over your response too quick and missed that part... thanks a bunch for this mod...
Re: Return Authorization Module (RMA)
With the latest version the email send to customer and admin are not formatted.
Thanks for help
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
100asa
With the latest version the email send to customer and admin are not formatted.
Thanks for help
I've just checked the module on 3 different sites and didn't see any glaring formatting errors either with the html messages nor the text message sent to the store owner.
What specific formatting problems are you experiencing?
Re: Return Authorization Module (RMA)
I am trying to replace the "icons??" on the Return's form with ordinary text like
Return Authorization, Contact Information... all the way to Verification Code. It is rather nice the way you designed it, but I would like all my forms to looks the same (Login etc.)
BTW how is this 'fancy design heading' accomplished??
Thanks Veronika
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
Veronika7747
I am trying to replace the "icons??" on the Return's form with ordinary text like
Return Authorization, Contact Information... all the way to Verification Code. It is rather nice the way you designed it, but I would like all my forms to looks the same (Login etc.)
BTW how is this 'fancy design heading' accomplished??
Thanks Veronika
Open returns.css find the following declaration and delete the highlighted portion.
legend {font-family:verdana, arial, helvetica, sans-serif; font-size:1.1em; color: #fff; font-weight:bold; margin-bottom:5px; padding:3px; background:#fff url(../images/form.png) repeat-x center left;}
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
clydejones
Open returns.css find the following declaration and delete the highlighted portion.
legend {font-family:verdana, arial, helvetica, sans-serif; font-size:1.1em; color: #fff; font-weight:bold; margin-bottom:5px; padding:3px; background:#fff url(../images/form.png) repeat-x center left;}
Will do, thanks.
If you have time, I must have messed up something else, because the success page is not showing the sideboxes correctly - I am using cherry zen template. I am not sure if it is this module or the template.. the test site is at: http://store.annron.com
Thank you.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
Veronika7747
Will do, thanks.
If you have time, I must have messed up something else, because the success page is not showing the side boxes correctly - I am using cherry zen template. I am not sure if it is this module or the template.. the test site is at:
http://store.annron.com
Thank you.
can you turn off the registration required for returns manager (just temporarily, so I can check)
Re: Return Authorization Module (RMA)
To everyone who is interested in having RMA module on your site:
A new RMA mod is under development (50% done), it's greatly appreciated if you can give your feedbacks:
http://www.zen-cart.com/forum/showthread.php?t=85014
The basic idea is to quickly retrieve eligible orders and products for return, make the return process as easy as possible for both customers and store owners, while also keeping high privacy security.
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
clydejones
can you turn off the registration required for returns manager (just temporarily, so I can check)
Done; I can leave it of for testing anyway..
Re: Return Authorization Module (RMA)
Quote:
Originally Posted by
Veronika7747
Done; I can leave it of for testing anyway..
can you zip up your copy of tpl_returns_default.php and post it here.
I'll take a look at and see what I can do.