Welcome Guest ( Log In | Register )

 Forum Rules Extensions Support
 
Reply to this topicStart new topic
> How To Use Mailorder, Problems in displaying button
Elisabeth Vatkin...
post Oct 6 2012, 07:49 PM
Post #1


Newbie
*

Group: Members
Posts: 5
Joined: 6-October 12
Member No.: 1,379



I have purchased and installed Mail Order Pro.
The idea of the product is great but when I place {mailorder} somewhere, the only thing I get in browser on a resulting page is {mailorder} and no buttons. I have even disabled Editor, but I don't have a button on a product page displayed

http://kaminua.com.ua/kratki/zuzia-pt.html
Go to the top of the page
 
+Quote Post
Web Design Seo
post Oct 7 2012, 07:49 AM
Post #2


Web Design Seo
****

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



Is plugin switched on? And is tag written in code mode?


--------------------
Правила на форума | 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
Elisabeth Vatkin...
post Oct 7 2012, 09:14 AM
Post #3


Newbie
*

Group: Members
Posts: 5
Joined: 6-October 12
Member No.: 1,379



QUOTE (Web Design Seo @ Oct 7 2012, 08:49 AM) *
Is plugin switched on? And is tag written in code mode?


Both plugins are switched on.

The tag is written in code mode.
Even when I disable editor and place the code in sourcerer tags, it doesn-t display any button.
Go to the top of the page
 
+Quote Post
Ivan Stamenov
post Oct 8 2012, 06:46 AM
Post #4


Advanced User
****

Group: Advanced Member
Posts: 218
Joined: 15-April 11
Member No.: 761



If you are using VirtueMart on a Joomla 1.6+ site (you mentioned product's page...), you MUST alter a VM file in order to invoke the Mailorder plugin, as described in a file, located in the install archive:

Цитат
Virtuemart: /components/com_virtuemart/views/productdetails/tmpl/{your template, e.g. default.php}

Find the following row at the beginning of the file:

defined ( '_JEXEC' ) or die ( 'Restricted access' );

Add the following code below it:

if (JPluginHelper::importPlugin('content','mailorder',true)) {
$seoparams = new JRegistry();
$seorow = new StdClass();
$seorow->id = $this->product->virtuemart_product_id;
$seorow->catid = $this->product->virtuemart_category_id;
$seorow->text = $this->product->product_s_desc .'@!@'.$this->product->product_desc;
JDispatcher::getInstance()->trigger('plgMailOrderInvoke', array('virtuemart.product', $seorow, $seoparams));
list($this->product->product_s_desc, $this->product->product_desc) = explode('@!@', $seorow->text);
}
Go to the top of the page
 
+Quote Post
Elisabeth Vatkin...
post Oct 8 2012, 10:02 AM
Post #5


Newbie
*

Group: Members
Posts: 5
Joined: 6-October 12
Member No.: 1,379



QUOTE (Ivan Stamenov @ Oct 8 2012, 07:46 AM) *
If you are using VirtueMart on a Joomla 1.6+ site (you mentioned product's page...), you MUST alter a VM file in order to invoke the Mailorder plugin, as described in a file, located in the install archive:


I use mailorder with Joomla 2.5 and Zoo catalog. I don't have VirtueMart.
But I tried using mailorder tag also on Joomla "material" page
http://kaminua.com.ua/stati.html
(the tag is placed at the end of the article, just above the video)
Go to the top of the page
 
+Quote Post
Web Design Seo
post Oct 8 2012, 10:21 AM
Post #6


Web Design Seo
****

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



Hello, Elisabeth. This component don't support com_zoo. Are supported only content, k2, mosets tree and virtuemart.

To work, please, make this:

edit this tag from:
{mailorder formtpl=default buy=1 id=}

to:
{mailorder formtpl=default buy=1}

or to:
{mailorder}

All parameters formtpl, buy and id are not required. Parameter id must be with value, for example id=xxx ( not only id= ) - place here some value of real content item id. If you want to be used current content item, just remove "id=xxx".


--------------------
Правила на форума | 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
Elisabeth Vatkin...
post Oct 8 2012, 12:05 PM
Post #7


Newbie
*

Group: Members
Posts: 5
Joined: 6-October 12
Member No.: 1,379



QUOTE (Web Design Seo @ Oct 8 2012, 11:21 AM) *
Hello, Elisabeth. This component don't support com_zoo. Are supported only content, k2, mosets tree and virtuemart.

To work, please, make this:

edit this tag from:
{mailorder formtpl=default buy=1 id=}

to:
{mailorder formtpl=default buy=1}

or to:
{mailorder}

All parameters formtpl, buy and id are not required. Parameter id must be with value, for example id=xxx ( not only id= ) - place here some value of real content item id. If you want to be used current content item, just remove "id=xxx".


Hello, Ivan.
I have changed to {mailorder} and {mailorder formtpl=default buy=1} but it still doesn-t work
http://kaminua.com.ua/stati.html (look at the end of the article)
Go to the top of the page
 
+Quote Post
Elisabeth Vatkin...
post Oct 8 2012, 12:15 PM
Post #8


Newbie
*

Group: Members
Posts: 5
Joined: 6-October 12
Member No.: 1,379



QUOTE (Elisabeth Vatkina @ Oct 8 2012, 01:05 PM) *
Hello, Ivan.
I have changed to {mailorder} and {mailorder formtpl=default buy=1} but it still doesn-t work
http://kaminua.com.ua/stati.html (look at the end of the article)


I tried and see it working at http://kaminua.com.ua/stati/20-podvod-narujnogo-vozduha.html

But when I submitted the form I didn't receive it in e-mail (I specified sales@kaminua.com in plugin settings).

Is it difficult to make it work with Zoo? Other plugins work with Zoo.

Or can I refund the purchase if it's impossible? Actually, I needed this plugin to place in my Zoo articles, because Zoo doesn-t have it's own cart or order system.
Go to the top of the page
 
+Quote Post
Web Design Seo
post Oct 8 2012, 12:21 PM
Post #9


Web Design Seo
****

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



You can try it with zoo, is possible to work with any component if component parse content plugins.

In component description (on product page and in description of functions page) is written that component work only with content, k2, mosets tree and virtuemart.

If some function not work in your site, the way to receive support is only one: link How to receive support in my forum sugnature (we may need access to your joomla admin and to files over ftp to debug your site to resolve your 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 Pinned: How To Optimize Speed And Server Load For Joomla Website?
How to reduce server load for Joomla site
0 Web Design Seo 66,204 15th January 2020 - 09:17 AM
Last post by: Web Design Seo
No New Posts How To Block Bad Bots On My Website .htaccess Code
code for .htaccess
3 Web Design Seo 79,806 15th January 2020 - 07:46 AM
Last post by: Web Design Seo
No New Posts Pinned: How To Check Aged Domain Names Quality
old domain for sale - check quality first!
3 Web Design Seo 99,024 10th September 2018 - 06:22 AM
Last post by: Web Design Seo
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 Posts How To Boost Onpage Seo Of My Website
fast and power way to find the right keywords and to rank it quickly
0 Web Design Seo 77,090 16th January 2017 - 01:47 PM
Last post by: Web Design Seo
No New Posts Pinned: Useful Aggregator Guides
Aggregators, Guides and MUST HAVE tools
2 Web Design Seo 27,369 7th September 2015 - 10:50 AM
Last post by: Web Design Seo
No New Posts How To Limit Number Of Items In Rss Feed With Aggregator
yahoo pipes guide and example code
1 Web Design Seo 290,454 7th September 2015 - 10:48 AM
Last post by: Web Design Seo
No New Posts Pinned: How To Use Majestic For Free
Majestic.com for free, how-to guide
0 Web Design Seo 49,182 11th March 2015 - 02:59 PM
Last post by: Web Design Seo
No New Posts Pinned: How To Protect From Negative Seo
How to fight with Negative SEO campaigns, Short Guide
1 Web Design Seo 64,971 26th September 2014 - 01:31 PM
Last post by: Web Design Seo


 



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