Search found 44 matches

by swanriver
Mon Mar 12, 2012 7:56 pm
Forum: Modules/Add-Ons
Topic: Product Attribute Box is empty
Replies: 14
Views: 5058

Re: Product Attribute Box is empty

Thanks Dieter. Will certainly give this a try later. BTW, love your avatar!
by swanriver
Sat Feb 18, 2012 9:24 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products, Formatting Price Attribute
Replies: 5
Views: 1732

Re: Products, Formatting Price Attribute

I finally got it. Here is the answer: {if isset($entry->attribs_full)} {foreach from=$entry->attributes key=name item='attribset'} <select id='lithoType' name='lithoType'> {foreach from=$attribset key='label' item='adjustment'} <option value='Price' label='{$label}'> {$label} {$currency_symbol}{$adj...
by swanriver
Thu Feb 16, 2012 1:02 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products, Formatting Price Attribute
Replies: 5
Views: 1732

Re: Products, Formatting Price Attribute

I have a deadline that I would like to keep, and since I'm clueless, I'm totally willing to pay someone to fix this problem, and will be posting in the "Help Wanted" section. Thank you.
by swanriver
Wed Feb 15, 2012 3:25 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products, Formatting Price Attribute
Replies: 5
Views: 1732

Re: Products, Formatting Price Attribute

Oh, I forgot to mention version specifics:

CMSMS Version: 1.10.3
CGExtensions: 1.27.4
CGSimpleSmarty: 1.4.10
Products: 2.15.1
CGEcommerceBase: 1.3.9
CGPaymentGatewayBase: 1.0.11
PaypalGateway: 2.3.5

Apologies and thank you
by swanriver
Wed Feb 15, 2012 3:20 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products, Formatting Price Attribute
Replies: 5
Views: 1732

[SOLVED] Products, Formatting Price Attribute

Hello, I have racked my brain on this one and searched forum for 2 days, but haven't been able to solve this. I have a website for an artist, and she would like to sell four different types of prints, Lithographs, Framed Lithographs, Canvas Giclee, Framed Canvas Giclee. I have this set-up in Product...
by swanriver
Thu Feb 02, 2012 2:23 pm
Forum: Modules/Add-Ons
Topic: Product Attribute Box is empty
Replies: 14
Views: 5058

Re: Product Attribute Box is empty

@ Dr. CSS: Yes, I did that I have been working on this and believe I may have found a solution. In my default detail template: {* print out attributes *} {if isset($entry->attribs_full)} {foreach from=$entry->attributes key='name' item='attribset'} <select id='' name=''> {foreach from=$attribset key...
by swanriver
Wed Feb 01, 2012 8:22 pm
Forum: Modules/Add-Ons
Topic: Product Attribute Box is empty
Replies: 14
Views: 5058

Re: Product Attribute Box is empty

@amhoffmaster

Did you ever solve this problem? I'm stumped on this also.
by swanriver
Tue Dec 06, 2011 9:17 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] PayPal Button Maker, pass attribute?
Replies: 1
Views: 876

Re: PayPal Button Maker, pass attribute?

I think I may have answered my own question, but wanted to share in case this would help someone else. In PPBM, in the make the button section, under "Item Name" I put in "{$entry->id} - {$entry->product_name}", which spits out the Product ID # and Product Name in PayPal Sandbox ...
by swanriver
Tue Dec 06, 2011 6:33 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] PayPal Button Maker, pass attribute?
Replies: 1
Views: 876

[SOLVED] PayPal Button Maker, pass attribute?

Hello, Just finishing up a website and tried the PP Button Maker, which I like very much. (thanks JeremyBASS) and will more than likely be using again. I'm stuck on one silly thing, and can't seem to get passed it. This site is for a local photographer who would like to sell prints of their photos. ...
by swanriver
Wed Nov 30, 2011 2:35 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Previous Next Buttons in Products Detail Template??
Replies: 1
Views: 741

Re: Previous Next Buttons in Products Detail Template??

OK, I figured out a compromise. Instead of having a link to go through to each photo within a category, I've set it up with javascript fancybox so when you click on a photo, a pretty pop-up comes up and you can navigate through photos within the category. I actually like this better and hope my clie...
by swanriver
Mon Nov 28, 2011 2:05 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Previous Next Buttons in Products Detail Template??
Replies: 1
Views: 741

[SOLVED] Previous Next Buttons in Products Detail Template??

Hello, I am trying to finish up a site that is running version 1.10.1, and Products 2.15. I have installed CGEcommerce Base 1.3.9, and the various modules that go along with it. What I am trying to do is make previous and next buttons in the detail template, so that a user doesn't have to go back to...
by swanriver
Fri Aug 12, 2011 10:25 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products: Show image from added category field
Replies: 7
Views: 2196

[SOLVED] Products: Show image from added category field

First off, thank you so very much tralli. I have finally figured it out with your help! So here is the answer (drum roll please) <img src="uploads/Products/categories/{$obj->id}/preview_{$fielddata.field_value}" alt="" border="0" /> I need to clean up the code a bit, bu...
by swanriver
Fri Aug 12, 2011 3:49 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products: Show image from added category field
Replies: 7
Views: 2196

Re: Products: Show image from added category field

Thanks tralli! You've got me thinking! A bit of my mental block has gone. Using your img tag as a basis, I put in an address to a specific photo: <img src="uploads/Products/categories/{* $entry->catid *}6/{* $entry->fields.catimage->value *}preview_DSC_0384.jpg" alt="" border=&qu...
by swanriver
Thu Aug 11, 2011 9:26 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products: Show image from added category field
Replies: 7
Views: 2196

Re: Products: Show image from added category field

I have tried a few things, but nothing seems to get an image to appear. Here is an updated look at the Category List Template: <div class="products_category_list"> {foreach from=$categorylist item='obj'} <div class="products_category"> {* category fields are available as an array...
by swanriver
Thu Aug 11, 2011 12:29 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Products: Show image from added category field
Replies: 7
Views: 2196

Re: Products: Show image from added category field

Sorry. So frazzled on this one I forgot to put in proper information. CMS Version 1.9.4.2 Installed Modules CMSMailer 2.0.1 FileManager 1.1.0 MenuManager 1.7.6 ModuleManager 1.4.2 News 2.11.3 nuSOAP 1.0.2 Search 1.6.10 CGExtensions 1.26.4 SEOTools 1.2 FormBuilder 0.7 Orders 1.13 Products 2.13.3 Payp...

Go to advanced search