Forum Activity for @blindmime

blindmime
@blindmime
09/14/15 02:44:18AM
774 posts

login page redirecting


Using Jamroom

I guess I'm wondering if adding these lines to jamroom's .htaccess file is going to cause any incidental jamroom issues. Or if jamroom updates will overwrite these additions. Or anything like that.
blindmime
@blindmime
09/12/15 02:14:07AM
774 posts

login page redirecting


Using Jamroom

After a lot of back and forth with Arvixe, it turns out you are right, Michael:
Quote:
I apologize for the you have experienced. We have implemented varnish caching which we did notice has resulted in issues with sessions. As a work around you can add the following lines to your .htacess file:

------------
Header set Set-Cookie "VC-NoCache=1; max-age=900; path=/"
Header set VC-NoCache "1"

Can I add this without causing any issues?
blindmime
@blindmime
09/08/15 11:55:17AM
774 posts

Audio Compilation Albums


Using Jamroom

I think Gary is closest. I run a shop that is also a label and magazine. I want to have Artist Profiles with songs and then sell compilation albums which pull songs from various artists. The key is that I want an album I can sell.

I know I can list them various ways, whether that's via a playlist or building out a template page with the right jrCore_list.

I've tried Tagging songs and that works really well too. I love the Tag module. It's very versatile. I use it more and more all the time.

I could just dump all the songs into one profile, but I don't like that the jamroom player lists all the songs as by Artist Name. In that case, the artist name wouldn't be correct.

Plus, I also like having the different artists because they will have their own albums and other merchandise too.

It would be cool.
blindmime
@blindmime
09/08/15 05:07:34AM
774 posts

Audio Compilation Albums


Using Jamroom

Is there a way to create compilation albums from audio by different artists?
updated by @blindmime: 10/10/15 04:14:47AM
blindmime
@blindmime
09/04/15 03:38:04AM
774 posts

foxycart physical products


Using Jamroom

Good point.

Since I'm the only one selling things on this site, my only concern right now is that I get those details and I do. So for those like me running a label where you manage all the artists and products then this will work OK. It's not great. It would be nice to have variations and all that within jamroom, but this will work I hope. I'm sure there will still be a need for emailing customers for missing details, but this will reduce some of that for me.
blindmime
@blindmime
09/04/15 03:11:48AM
774 posts

foxycart shipping


Using Jamroom

Thanks, Michael.

That last part was it. I think adding that to the instructions would have been helpful for me. I missed the screenshot.
blindmime
@blindmime
09/03/15 10:10:44AM
774 posts

foxycart shipping


Using Jamroom

Still not any luck with this.

@michael said in a closed thread: "You could add weight field in the 'Form Designer' easy enough, but would need a module to calculate the shipping."

If I select a shipping option in the shipping area at foxycart I can get it to add postage for a default weight which you enter in the category section. Just testing a lot of options to see if I can get this work.

Seems like if I could assign a weight to products and pass that to foxycart, the jamroom module wouldn't need to calculate anything except total weight; foxycart would do the shipping cost in the cart.

That would be great, but I can't even get the present system of domestic/international flat rate to go into shipping. It comes over in the description, but it's not added to shipping.
blindmime
@blindmime
09/03/15 02:44:05AM
774 posts

Website Complete (I think)


Off Topic

Very well done, Jay.
blindmime
@blindmime
09/02/15 05:16:12AM
774 posts

audio albums on mobile


Using Jamroom

Thanks, douglas. I figured out my issue. As usual, it's my mistake. The link for the text title was going to the correct album page, but the link for the image was going to a song. I thought it was a mobile issue since I was clicking on the image when using the phone, but clicking on the title when on desktop. Going back and forth trying to figure it out I somehow missed seeing the difference.
blindmime
@blindmime
09/01/15 10:59:06PM
774 posts

foxycart physical products


Using Jamroom

I have found a way to do this by entering the following in the configuration settings, in the "Add custom form fields to your checkout" section:

<div class="fc-form-group ">
	<div class="col-sm-8 col-sm-offset-3">
		<div class="fc-input-group-container fc-input-group-container--checkbox fc-input-group-container--active">
			<label class="fc-input-group-container__title fc-input-group-container__title--forced fc-form-label">
				Order Notes (optional)
			</label>
			<div class="fc-form-group">
				<textarea name="Order_Notes" id="Order_Notes" aria-required="false" autocomplete="off" class="fc-form-control" placeholder="Enter size or other requested info here." style="background:#fff; height:5em;">{{ Order_Notes }}</textarea>
			</div>
		</div>
	</div>
</div>
  29