Forum Activity for @michael

michael
@michael
10/10/14 09:49:12PM
7,832 posts

jamroom magento ecommerce connector?


Jamroom Developers

You would not need that many :) You only need 1. It's just that other people need different payment gateways.

So if we can build 1 thing that works and covers 80 options, then we don't need to go back later and build something else that only covers 20. Hence all the questions about what it is your after in requesting Magento.

Is there something Magento does that Foxycart/Jamroom doesn't? If 'Yes', what is it so we can just build that instead. Just trying to understand.
michael
@michael
10/10/14 09:43:21PM
7,832 posts

any chance of adding an "add to favorites" features


Suggestions

What Paul said ^^. An IDE is just the big brother to a text editor. Few more buttons and features, good for lazy buggers like me.

Use whatever your comfortable with. I like PhpStorm.
michael
@michael
10/10/14 09:37:56PM
7,832 posts

I met Paul!!!


Off Topic

SteveX:
Can we do it at mine instead? 4pm until late (to allow for the time difference) :)

We can do yours as long as its low stakes tournament style, where the looser pays everyone's travel costs. ;)
michael
@michael
10/10/14 01:27:43AM
7,832 posts

any chance of adding an "add to favorites" features


Suggestions

Its not so hard to do with an IDE with search+replace functionality.

if the module is:
jrPage

You would copy jrPage to gmOtherName. Then use the directory wide search+replace for jrPage to gmOtherName with case sensitivity turned on.

Then change any files, probably just /css/jrPage.css and /js/jrPage.js, to /css/gmOtherName.css and /js/gmOtherName.js

Do that with case sensitivity turned on so you dont get any lower case stuff by mistake.

Then do the same for the lowercase 'page' to 'othername'.

and you should be good to go.
michael
@michael
10/10/14 12:55:49AM
7,832 posts

JrEmbed place holder tag is not being rendered properly for the custom modules


Installation and Configuration

First thing to do is to use smarty syntax comments to comment out sections.

In your source code you have large sections code commented out with html comment syntax.

Html comments:
<!--  this is a comment -->

This is smarty code comments:
{*   this is a comment  *}
michael
@michael
10/10/14 12:32:13AM
7,832 posts

Page display problem


Off Topic

What is the page your trying to display. is it a module page or profile page or skin page.

Got a URL?
michael
@michael
10/09/14 11:52:28PM
7,832 posts

JrEmbed place holder tag is not being rendered properly for the custom modules


Installation and Configuration

I just tried to do as you said:
* create an xxArticle module via aparna
* add the code you have above into it

What I expected to happen:
The output would be the same as in your image.

What actually happened:
The player rendered correctly.

I need more info to be able to help further.
michael
@michael
10/09/14 11:41:16PM
7,832 posts

JrEmbed place holder tag is not being rendered properly for the custom modules


Installation and Configuration

Its not a problem with the embed tag. All that code is getting passed in fine, i can see it in your image.

The issue is the css file to create the player is not there.
michael
@michael
10/09/14 11:01:30PM
7,832 posts

Page display problem


Off Topic

What are you expecting to display?

The routing system takes care of the '/page' part so its hard to diagnose.

First it will check if there is a module called 'page' and see if it has an index.tpl file, then it will check the skins to see if there is a page.tpl file.

If none of the above, then 404 Not Found.
michael
@michael
10/09/14 10:59:46PM
7,832 posts

JrEmbed place holder tag is not being rendered properly for the custom modules


Installation and Configuration

That looks like a CSS issue. Try running the integrity check with reset caches checked.
  653