Welcome Guest ( Log In | Register )

 Forum Rules Extensions Support
 
Reply to this topicStart new topic
> Adding Multiple Items To A Page Problem, Adding Multiple items to a page problem
Maurice
post Aug 11 2010, 12:16 PM
Post #1


Newbie
*

Group: Members
Posts: 3
Joined: 11-August 10
Member No.: 207



I have the commercial version of the mail order extension for Joomla and have created a page with multiple items on it, but I'm not sure how to get each item to register when selected together.

If I tick all the items on the page there doesn't seem to be anywhere that shows the multiple items have been selected on the order.

Is there any documentation about this anywhere?


Cheers

Maurice


Go to the top of the page
 
+Quote Post
Web Design Seo
post Aug 12 2010, 06:23 AM
Post #2


Web Design Seo
****

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



Hello Maurice. Good idea is to post here link to your website where we can see your problem.

If you want to show multiple orders on one page place in html code in selected content item something like this:

Код
{mailorder}
{mailorder id=1}
{mailorder id=2}



Tag {mailorder} show order form for current content item.
Tag {mailorder =X} show order form for content item with id=X.
1 and 2 is number of id's of content items.


Note that i am currently on beach on Black Sea, but i answer You so fast as i can, may be in next Days.




--------------------
Правила на форума | 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
Maurice
post Aug 12 2010, 07:58 AM
Post #3


Newbie
*

Group: Members
Posts: 3
Joined: 11-August 10
Member No.: 207



QUOTE (3D Web Design @ Aug 12 2010, 04:23 PM) *
Hello Maurice. Good idea is to post here link to your website where we can see your problem.

If you want to show multiple orders on one page place in html code in selected content item something like this:

CODE
{mailorder}
{mailorder id=1}
{mailorder id=2}



Tag {mailorder} show order form for current content item.
Tag {mailorder =X} show order form for content item with id=X.
1 and 2 is number of id's of content items.



here is the link to the page i am having some difficulty with. I am trying to get it ro recognize the multiple links on the page.
This is the link to the page i am having trouble with.

This is the article code with the {mailorder} and {mailorder id=1} etc... tags in it.


Let me know where I have gone wrong. I am Obviously missing a step somewhere along the way.

Thank you

Maurice

Go to the top of the page
 
+Quote Post
Maurice
post Aug 12 2010, 08:00 AM
Post #4


Newbie
*

Group: Members
Posts: 3
Joined: 11-August 10
Member No.: 207



here is the link to the page i am having some difficulty with. I am trying to get it ro recognize the multiple links on the page.

This is the link to the page i am having difficulty with.


This is the article code with the {mailorder} and {mailorder id=1} etc... tags in it.

<table cellpadding="0" cellspacing="0" border="0" width="700">
<tbody>
<tr>
<td width="95">&nbsp;</td>
<td width="605">&nbsp;</td>
</tr>
<tr>
<td width="95">&nbsp;</td>
<td width="605">{mailorder}</td>
</tr>
<tr>
<td valign="top"><strong><span class="style10">Report 1 </span></strong></td>
<td valign="top"><span class="style10"><strong> Title Description</strong><br /> This report does bla Bla blab la<br /> Bla Bla Bla<br /> </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">Click here to sample report </span></td>
</tr>
<tr>
<td><b><br /></b></td>
<td><span class="style10">Price $220.00 inc GST </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">{mailorder id=1}</span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td>
<hr />
<br /></td>
</tr>
<tr>
<td valign="top"><strong><span class="style10">Report2 </span></strong></td>
<td valign="top"><span class="style10"><strong> Title Description</strong><br /> This report does bla Bla blab la<br /> Bla Bla Bla<br /> </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">Click here to sample report </span></td>
</tr>
<tr>
<td><b><br /></b></td>
<td><span class="style10">Price $220.00 inc GST </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">{mailorder id=2}</span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style11">
<hr />
<br /></span></td>
</tr>
<tr>
<td valign="top"><strong><span class="style10">Report 3 </span></strong></td>
<td valign="top"><span class="style10"><strong> Title Description</strong><br /> This report does bla Bla blab la<br /> Bla Bla Bla<br /> </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">Click here to sample report </span></td>
</tr>
<tr>
<td><b><br /></b></td>
<td><span class="style10">Price $220.00 inc GST </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">{mailorder id=3}</span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td>
<hr />
<br /></td>
</tr>
<tr>
<td valign="top"><strong><span class="style10">Report 4 </span></strong></td>
<td valign="top"><span class="style10"><strong> Title Description</strong><br /> This report does bla Bla blab la<br /> Bla Bla Bla<br /> </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">Click here to sample report </span></td>
</tr>
<tr>
<td><b><br /></b></td>
<td><span class="style10">Price $220.00 inc GST </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">{mailorder id=3}</span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td>
<hr />
<br /></td>
</tr>
<tr>
<td valign="top"><strong><span class="style10">Report 5 </span></strong></td>
<td valign="top"><span class="style10"><strong> Title Description</strong><br /> This report does bla Bla blab la<br /> Bla Bla Bla<br /> </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">Click here to sample report </span></td>
</tr>
<tr>
<td><b><br /></b></td>
<td><span class="style10">Price $220.00 inc GST </span></td>
</tr>
<tr>
<td><span class="style11">&nbsp;</span></td>
<td><span class="style10">{mailorder id=4}</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td><br /></td>
</tr>
</tbody>
</table>


Let me know where I have gone wrong. I am Obviously missing a step somewhere along the way.

Thank you

Maurice
Go to the top of the page
 
+Quote Post
Web Design Seo
post Aug 13 2010, 07:47 AM
Post #5


Web Design Seo
****

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



I see that order form is working. May be i do not understand... please, explain - where is the problem?



--------------------
Правила на форума | 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

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 Problem Downloading The Trial Version
1 maupap 37,778 23rd October 2013 - 07:42 AM
Last post by: Web Design Seo
No new Problems With Post By Email Component
5 alex.mendez 76,849 15th October 2013 - 06:03 AM
Last post by: Web Design Seo
No New Posts Problem With Viewing My Site In Mobile
0 -Jason Foster- 303,557 1st September 2013 - 03:53 PM
Last post by: Jason Foster
No New Posts Multiple Images Error
Multiple copies of images being created by cron job
1 Flynx 6,163 30th August 2013 - 12:36 PM
Last post by: Web Design Seo
No new Problem With Microformats
4 dianaNashif 41,456 16th June 2013 - 07:50 AM
Last post by: Web Design Seo
No new Topic has attachmentsProblems Importing Mail With Post By Email
support questions for Post By Email Pro
125 Web Design Seo 373,233 28th May 2013 - 10:58 AM
Last post by: Kovács Gergely
No new Topic has attachmentsMultiple Order Forms In New Mail Order Pro
New version of Mail Order Pro In Article
24 urby 74,272 16th April 2013 - 07:29 AM
Last post by: pavelKukov
No new Topic has attachmentsProblem With Importing Image Into K2 Image Tab Joomla 2.5
Problem with importing image into K2 image tab joomla 2.5
45 sdbit 161,651 9th April 2013 - 01:49 PM
Last post by: Web Design Seo
No new Problem With Microformatsvotes
4 marcel444 35,120 19th March 2013 - 09:15 AM
Last post by: Web Design Seo
No New Posts Adding/changing Currencies
3 Samatyme 44,527 11th March 2013 - 06:48 AM
Last post by: Ivan Stamenov


 



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