![]() ![]() |
Oct 6 2012, 07:49 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 6-October 12 Member No.: 1,379 |
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 |
|
|
|
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 услуги.
|
|
|
|
Oct 7 2012, 09:14 AM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 6-October 12 Member No.: 1,379 |
|
|
|
|
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); } |
|
|
|
Oct 8 2012, 10:02 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 6-October 12 Member No.: 1,379 |
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) |
|
|
|
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 услуги.
|
|
|
|
Oct 8 2012, 12:05 PM
Post
#7
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 6-October 12 Member No.: 1,379 |
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) |
|
|
|
Oct 8 2012, 12:15 PM
Post
#8
|
|
|
Newbie ![]() Group: Members Posts: 5 Joined: 6-October 12 Member No.: 1,379 |
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. |
|
|
|
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 услуги.
|
|
|
|
![]() ![]() |
Similar Topics
| Topic | Replies | Topic Starter | Views | Last Action | |
|---|---|---|---|---|---|
![]() |
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 |
![]() |
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 |
![]() |
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 |
![]() |
Mailorder In Costum Module | 1 | Robert Johansson | 58,537 | 2nd July 2018 - 06:46 AM Last post by: Web Design Seo |
![]() |
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 |
![]() |
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 |
![]() |
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 |
![]() |
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 |
![]() |
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 |
![]() |
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 |
|
Lo-Fi Version | Time is now: 1st June 2026 - 11:09 PM |