Forum Activity for @douglas

douglas
@douglas
03/15/15 07:45:57AM
2,812 posts

products list has no pager?


Ning To Jamroom

The fix for this is in the Marketplace.

Thanks!
douglas
@douglas
03/15/15 07:21:32AM
2,812 posts

Were do i edit foxycart templates an how do I get it started?


Design and Skin Customization

For the first question, I believe you would need a custom module, maybe one of the other guys can jump in and confirm this, I don't think there is a way to charge a different price for different types of audio, in fact I think the audio file that is purchased is the one that is uploaded. Jamroom takes the audio file uploaded and converts it into multiple playable files so it will play on PC's as well as mobile devices, if the file is for sale, Jamroom takes the original file and gives that to the customer after purchase.

For the second issue, I would make sure your FoxyCart account "Required Store Configuration" are all checked off. You should see this in your FoxyCart account dashboard.
douglas
@douglas
03/15/15 12:56:35AM
2,812 posts

hiding the profile location and questions on shops and mnain forums


Ning To Jamroom

Can you send us your admin login info so we can check it out?

I'm not seeing an issue on my dev site.
douglas
@douglas
03/15/15 12:52:30AM
2,812 posts

Were do i edit foxycart templates an how do I get it started?


Design and Skin Customization

Hello,

I'm not sure I understand what you mean by "edit the templates"?

After FoxyCart is installed you should see a price field when creating/modifying items, ie. audio, video etc..., and that is it. The Jamroom skins are all setup to handle FoxyCart already and you shouldn't have to modify any templates to get FoxyCart to work.

Hope this helps! :)
douglas
@douglas
03/14/15 01:14:12PM
2,812 posts

hiding the profile location and questions on shops and mnain forums


Ning To Jamroom

I believe its a new template... make sure you have the new jrProfile_profile_option.tpl in your cloned skin.

Hope this helps! :)
douglas
@douglas
03/14/15 11:37:51AM
2,812 posts

products list has no pager?


Ning To Jamroom

Should have a fix in the Marketplace soon.

Thanks!
douglas
@douglas
03/14/15 11:18:29AM
2,812 posts

hiding the profile location and questions on shops and mnain forums


Ning To Jamroom

Make sure your using the latest version of Ningja, that should be fixed already.
douglas
@douglas
03/14/15 09:56:00AM
2,812 posts

products list has no pager?


Ning To Jamroom

You would want to modify the modules/jrStore/templates/item_index.tpl, and possibly the modules/jrStore/templates/index.tpl file, and add the pager=true parameter to the jrCore_list functions.

I think they should already be there so I'll get a ticket open for this.

Thanks!
douglas
@douglas
03/14/15 09:45:01AM
2,812 posts

(next page ) button


Using Jamroom

I don't think there is another way, those images are black and white images, you can control the background color of the button with CSS which you'll find in your skins/YOURSKIN/css/core_form_button.css, it is the sprite_icon class.

You can change which color, the black or white icons, and the size of your buttons in your skins/YOURSKIN/include.php file.

    // Tell the core the default icon set to use (black or white)
    jrCore_register_module_feature('jrCore','icon_color','jrNova','black');
    // Tell the core the size of our action buttons (width in pixels, up to 64)
    jrCore_register_module_feature('jrCore','icon_size','jrNova',24);

So you can basically change how the button look by modifying the CSS.

Hope this helps!
douglas
@douglas
03/13/15 06:56:48AM
2,812 posts

Log out best practice?


Using Jamroom

You might try clearing your browser cache and see if that fixes it.
  166