|
|
Author: ehcanada
hide on sp entry pages
|
1 Replies
1055 Views
|
Hi ehcanada,
sorry for the delay in my response - I have been overseas for a few weeks.
I've just installed the latest version of SobiPro in order to test this out.
With the test data, I set up a menu link to Category:Communications....
14-Oct-16 22:01:13
Last post by: metamodguy
|
|
|
|
Author: geoele
|
2 Replies
966 Views
|
Hi geoele,
Happy New Year from New Zealand :)
I've just run through Joomla 3.4.3 and VM 3.0.9 and looked at the different page types that JomGenius reports:
cart
user.editshipto
user.editbillto
I found that it's extremely...
05-Jan-16 03:35:27
Last post by: metamodguy
|
|
|
Author: AlmondDesign
|
3 Replies
6024 Views
|
Media queries have direct access to various media capabilities. JS has the same access, I think. Both CSS and JS are client-side however, so if you need the server to act on them then you need a way for the client to communicate back to the...
22-Sep-14 21:04:50
Last post by: metamodguy
|
|
|
Author: cmendla
scheduling only for certain virtuemart pages.
|
0 Replies
1149 Views
|
We wanted to show a module that showed a chat icon
[ul]only on certain virtuemart page types[/ul]
[ul]only mon-fri between 8am and 4 pm[/ul]
The following seems to be working. I'd appreciate any comments/improvements.
This was on a...
26-Apr-14 06:36:48
Last post by: cmendla
|
|
|
Author: designs.sm
|
1 Replies
1546 Views
|
Have you looked on this page:
http://www.metamodpro.com/forums/topic?id=936
The recipes there should help a lot. Also, please ensure you set up your MetaMod and target modules correctly: http://www.metamodpro.com/metamod/quick-start
Best...
24-Feb-13 22:45:11
Last post by: metamodguy
|
|
|
Author: rainman
Needed to display module on Virtuemart frontpage only
|
3 Replies
2778 Views
|
I have the same trouble I just fixed my problem.
18-Sep-12 13:15:59
Last post by: martinhcoat
|
|
|
Author: terryarthur
show a different module to each referer
|
2 Replies
1718 Views
|
The PHP code above is just an example - in this case, 119 would be the module ID of the module to use if the referrer was a particular URL. You would replace XXX with the module id to use for each of the other URLs.
Stephen
26-Aug-12 22:21:57
Last post by: metamodguy
|
|
|
Author: kenlyle
E-Commerce system for Joomla - Enhances By Manufacturer Results page
|
1 Replies
2266 Views
|
The link you have provided is not working, can you please give me another, would like to join the forum.
[url=http://www.avsnutrition.com.au]supplement manufacturers[/url]
18-Jul-12 07:47:51
Last post by: Adampitt
|
|
|
Author: terryarthur
This is a technique I used to hide the cart when it was empty
|
0 Replies
1529 Views
|
$vm = JomGenius("virtuemart");
if ( $vm->check( "cart_product_ids != NULL" ) ) return XXX;
seems to work fine for me so I just wanted to share it
12-Jul-12 20:11:05
Last post by: terryarthur
|
|
|
Author: NickOg
I need to hid when empty
|
9 Replies
3157 Views
|
Sorry, I have no idea what you are talking about. Please be as clear as you can when you describe the issue. If English is not your first language, feel free to write in your native language, and Google Translate will help me to understand it....
30-Jan-12 06:05:47
Last post by: metamodguy
|
|
|
Author: uglykidjoe
Getting Total Cart Weight
|
5 Replies
2164 Views
|
No, sorry, haven't done anything with this yet. I was partly waiting on some code from one of the previous respondents.
Can you describe what it is that you need to be able to achieve?
I'm making no promises, but it's useful...
19-Dec-11 22:09:18
Last post by: metamodguy
|
|
|
Author: greg
First selection random, then in order
|
6 Replies
2872 Views
|
Hi stovring,
doing modules changes without page reloads is a COMPLETELY different situation to normal. MetaMod can't help you with that, sorry. There are some modules around that can rotate banners or images, but I don't know of any...
23-Jun-11 00:17:31
Last post by: metamodguy
|
|
|
Author: fettabachi
I combined 2 recipes to make another.
|
1 Replies
3142 Views
|
Nice! Thank you.
27-Mar-11 23:00:53
Last post by: metamodguy
|
|
|
Author: kenlyle
|
0 Replies
2435 Views
|
// example: return 23;
// IMPROVED VERSION FOR JOOMLA 1.5, SPECIFICALLY FOR GETTING CATEGORIES
// INCLUDING BLOG OR LIST STYLE CATEGORY PAGES
if ($option == "com_content" && $view == "article") {
//if ($option...
01-Jan-10 18:05:30
Last post by: kenlyle
|
|
|
Author: shriek
|
1 Replies
3289 Views
|
I fixed the refresh prob by making another instance of metamod on the page it is redirecting to and having the set cookie line on there and nothing else and deleting it off the form page. That way refreshing the form doesn't matter.
30-Oct-09 09:52:08
Last post by: shriek
|