Welcome Guest ( Log In | Register )

 Forum Rules Extensions Support
4 Pages V  < 1 2 3 4 >  
Reply to this topicStart new topic
> Old Mail Order Versions Before 1.5 - Support Topic, Old MailOrder versions support
Web Design Seo
post Jun 30 2010, 08:11 AM
Post #21


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



William, try to do like this:

Код
<tr><td>product1</td><td>discription</td><td>price</td><td>Order product X: {mailorder id=1}</td></tr>
<tr><td>product2</td><td>discription</td><td>price</td><td>Order product Y: {mailorder id=2}</td></tr>
<tr><td>product3</td><td>discription</td><td>price</td><td>Order product Z: {mailorder id=3}</td></tr>


Demo on Seo Bg
Sorry, this demo site is only in Bulgarian. This text on page:
Цитат
Онлайн поръчка: Поръчай сега!
Комплексна Seo оптимизация Онлайн поръчка: Поръчай сега!


You must have 'BUY NOW' and BUY NOW 2' in your language file: en-GB.plg_content_mailorder.ini


--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
mduh
post Jun 30 2010, 06:46 PM
Post #22


Newbie
*

Group: Members
Posts: 6
Joined: 28-June 10
Member No.: 163



Almost 100% sure... smile.gif I can't downoload it again, like I don't have permission.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 1 2010, 06:37 AM
Post #23


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



If You are registered in forum, You have permission todownload attached files smile.gif
Attached version is newest and with these bugs fixed.


--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
mduh
post Jul 1 2010, 08:34 AM
Post #24


Newbie
*

Group: Members
Posts: 6
Joined: 28-June 10
Member No.: 163



QUOTE (3D Web Design @ Jul 1 2010, 08:37 AM) *
If You are registered in forum, You have permission todownload attached files smile.gif
Attached version is newest and with these bugs fixed.


I have downloaded it again, it's the same package like my "old" one. Also check english language file (site). Bulgarian version is ok, but english isn't

(EMAIL_MSG=--- Order --- \ n Quantity:% s \ n Product:% s [% s] \ n Name:% s \ n E-mail:% s \ n Phone:% s \ n Address:% s \ n \ n --- ---).
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 1 2010, 02:09 PM
Post #25


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



Please, post here your language file as code.


--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
mduh
post Jul 1 2010, 05:52 PM
Post #26


Newbie
*

Group: Members
Posts: 6
Joined: 28-June 10
Member No.: 163



I think that main problem is not in the language file. there is only one error in the language file- \ n instead of \n (only english language file). Because of that email looks like this:

--- Order --- \ n Quantity:1 \ n Product: [http://link] \ n Name:asklams \ n E-mail:email \ n Phone:lklk \ n Address:lklkjlk lklkj \ n \ n --- ---

Major problem is in the admin-plugin mailorder-mailorder.php line 70 (maybe not that line specific)
CODE
    return ''.JText::_('BUY NOW').' <a rel="nofollow" class="mailorder" href="'.$url.'">'.JText::_('BUY NOW2').'</a>';
}

?>


I get BUY NOW BUY NOW2 instead of "Order now!" here is the language file.

CODE
EMAIL_ERR_NOINFO=Please enter a valid e-mail address
QUANTITY_INVALID=Please enter product quantity
ADDRESS_INVALID=Please enter the delivery address
PHONE_INVALID=Please leave a contact phone
SENDER_INVALID=Please enter your name
EMAIL_INVALID=E-mail address is not set correctly
PRODUCT_ORDER=Order product
PRODUCT_NAME=Product
PRODUCT_QUANTITY=Quantity
YOUR_NAME=Your name
YOUR_EMAIL=Your e-mail
YOUR_PHONE=Your phone
YOUR_ADDRESS=Your address
SEND=Send
CANCEL=Cancel
EMAIL_SENT=The order is sent successfully!
EMAIL_NOT_SENT=It is not possible to e-mail address to send!
EMAIL_MSG=--- Order --- \ n Quantity:% s \ n Product:% s [% s] \ n Name:% s \ n E-mail:% s \ n Phone:% s \ n Address:% s \ n \ n --- ---
CLOSE_WINDOW=Close window
ORDERS_FROM=Orders by% s
BUY NOW=Online order:
BUY NOW2=Order now!


And, one more problem with encoding, and characters šđčćž... There is no problem with encoding in other components/modules, or Joomla! sections, everything works just fine except in mail order pro component.
Go to the top of the page
 
+Quote Post
nikita
post Jul 2 2010, 03:00 PM
Post #27


Developer
*

Group: Advanced Member
Posts: 33
Joined: 10-December 09
From: Sofia
Member No.: 3



Try this file, I will check the problem soon and repack the component

en-GB.com_mailorder.ini

Код
EMAIL_ERR_NOINFO=Please enter a valid e-mail address
QUANTITY_INVALID=Please enter product quantity
ADDRESS_INVALID=Please enter the delivery address
PHONE_INVALID=Please leave a contact phone
SENDER_INVALID=Please enter your name
EMAIL_INVALID=E-mail address is not set correctly
PRODUCT_ORDER=Order product
PRODUCT_NAME=Product
PRODUCT_QUANTITY=Quantity
YOUR_NAME=Your name
YOUR_EMAIL=Your e-mail
YOUR_PHONE=Your phone
YOUR_ADDRESS=Your address
SEND=Send
CANCEL=Cancel
EMAIL_SENT=The order is sent successfully!
EMAIL_NOT_SENT=It is not possible to e-mail address to send!
EMAIL_MSG=--- Order --- \n Quantity:%s \n Product:%s [%s] \n Name: %s \n E-mail: %s \n Phone: %s \n Address: %s \n \n --- ---
CLOSE_WINDOW=Close window
ORDERS_FROM=Orders by %s
BUY=Buy


--------------------
problem solver
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 2 2010, 03:18 PM
Post #28


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



Seems that problem is in english language file. Spaces between n

Before:
Код
\ n

After:
Код
\n


In next version of component we include integration of other components like K2.


--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
mduh
post Jul 2 2010, 03:41 PM
Post #29


Newbie
*

Group: Members
Posts: 6
Joined: 28-June 10
Member No.: 163



QUOTE (3D Web Design @ Jul 2 2010, 05:18 PM) *
Seems that problem is in english language file. Spaces between n

Before:
CODE
\ n

After:
CODE
\n


Fixed mail order pro is attached.
In next version of component we include integration of other components.


That is clear, I have already corrected that in my version. What about BUY NOW BUY NOW2, and encoding of šđčćž?
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 3 2010, 08:55 AM
Post #30


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



mduh, use free extension if you like, this version is free.
BUY NOW and BUY NOW2 are not included in latest Free version (attached file), if you want - include more texts in plugin.

In latest paid version all work fine except chech symbols (šđčćž). Encoding of šđčćž will be fixed in next Paid version.




P.S. mduh, you are wrong! We check twice: Component work unproblematic with chech symbols (šđčćž). Check your joomla - content and sef plugins. Install on clear joomla - all work fine



--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
mduh
post Jul 3 2010, 09:34 AM
Post #31


Newbie
*

Group: Members
Posts: 6
Joined: 28-June 10
Member No.: 163




Thank you, that is all I wanted to know.
Go to the top of the page
 
+Quote Post
William
post Jul 11 2010, 04:12 PM
Post #32


Newbie
*

Group: Members
Posts: 11
Joined: 17-May 10
From: Belgium
Member No.: 128



Hi,

This does not work.

I translated everything, applied your example but product name does not show in the popup-window.

The buy now and buy now 2 (which i translated) stay the same... so my translation is not applied.

Please advise. Please provide working example of data placed in table with different order id's.

With kind regards,

William.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 12 2010, 05:45 AM
Post #33


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



William, all in latest paid version work fine. Two weeks ago for one week (for Joomla Day 2010) Mail Order Pro have been free for download, did you download it?

If you have problems, maybe some file have been not removed. Uninstall component and check in your folders that some files have not been removed. If yes, delete it manually, than install new version.


--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
William
post Jul 14 2010, 06:00 AM
Post #34


Newbie
*

Group: Members
Posts: 11
Joined: 17-May 10
From: Belgium
Member No.: 128



Hello,

I've got the mailorder pro version on joomladay 2010, therefor thank you!

I'm still having problems: the product name does not show.

i have reinstalled everything in a proper way, still having this issue.

You can 'temporary' take a look at
Код
http://wefis.x10hosting.com/index.php?option=com_content&view=article&id=59&Itemid=64


Thank you for your help.
William.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 14 2010, 09:35 AM
Post #35


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



Mail Order Pro 1.3 (released on 14 July 2010) now support K2! All users that have already buy component can update for free your version from My Orders Menu.

If you can not download new version, send me email from email address where you buy the component.


--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 14 2010, 10:19 AM
Post #36


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



William, I see your problem, try to reorder content plugins. may be there you have conflict with some of other extensions installed. We have already one issue that modal box script not work with some templates for joomla.

By the way: today we vave released new version - Mail Order Pro 1.3 now support K2!



--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
William
post Jul 17 2010, 06:20 AM
Post #37


Newbie
*

Group: Members
Posts: 11
Joined: 17-May 10
From: Belgium
Member No.: 128



Hello,

Thank you for the response.

Where can i get the updated version? I have 1.2 Pro on this moment.

Thank you.

William.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Jul 17 2010, 11:27 AM
Post #38


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



Here it is: Mail Order Pro 1.3

Note that free update is available only for users that already buy pro version.


--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Aug 19 2010, 02:18 PM
Post #39


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



Mail Order Pro 1.4 is released today. In newest version is one bug fixed - Title of content items disappeared with combination of component with some templates.

All users that have already buy component can update for free your version from Menu My Orders.



--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Aug 21 2010, 07:42 AM
Post #40


Web Design Seo
****

Group: Root Admin
Posts: 4,332
Joined: 29-April 09
From: Sofia
Member No.: 1



Changes are in plugin only. If you make some changes to component, update just plugin from administration - just uninstall old and install new. File is plugin_mailorder.zip - located in zip file admin folder.

I sent today new version to all users that already buy component.



--------------------
Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
Go to the top of the page
 
+Quote Post

4 Pages V  < 1 2 3 4 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Collapse

> Similar Topics

  Topic Replies Topic Starter Views Last Action
No New Posts Mailorder In Costum Module
1 Robert Johansson 58,537 2nd July 2018 - 06:46 AM
Last post by: Web Design Seo
No New Posts Mailorder Pro Plugin Blank Form In Internet Explorer 9
mailorder pro plugin blank form in internet explorer 9
3 rajinfosys 59,590 27th February 2017 - 10:25 AM
Last post by: Web Design Seo
No new Pinned: Topic has attachmentsMail Order Pro For Joomla
order by email, custom order forms component
27 Web Design Seo 159,674 12th May 2015 - 07:33 AM
Last post by: Web Design Seo
No new Support Questions For Sports Predictions
Post here Support Questions for Sports Predictions component
103 toks 205,987 4th June 2014 - 02:24 PM
Last post by: Mei3am
No New Posts Mail Order Pro Not Working
3 rogy 12,668 24th January 2014 - 09:51 AM
Last post by: pavelKukov
No New Posts Mail Order Pro Not Working
3 rogy 16,868 7th January 2014 - 10:54 AM
Last post by: rogy
No New Posts Mailorder's Custom Product Name
i try to change mailorder's product name with given parameter like
1 Palindrom 18,289 11th November 2013 - 02:09 PM
Last post by: pavelKukov
No New Posts Mailorder In A Module
1 webed 20,759 26th September 2013 - 06:02 AM
Last post by: Web Design Seo
No new Topic has attachmentsMail Order In K2
Setting up mail order in K2
29 Hortdog 30,876 23rd September 2013 - 03:17 PM
Last post by: Web Design Seo
No New Posts Order Id In K2 Items
1 Juan Vicente Pascual 39,418 23rd May 2013 - 06:12 AM
Last post by: Web Design Seo


 



RSS Lo-Fi Version Time is now: 1st June 2026 - 11:11 PM