-
Content count
183 -
Joined
-
Last visited
Everything posted by charmdiva
-
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
I guess I am doing things differently than you are. I am using the STS product_info template to lay out my product info pages differently than the default OSC layout. -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
I think it works on that page because STS is capturing all the content from the reveiws page. On the product_info page, I am sticking in the STS variables ($imagesmall, $price, etc) instead of using the $content variable so instead of the OSC product_info content being captured, it is capturing just those variables, which doesn't include what is needed for the popup script to work. We could hard code it if we just had an STS variable for the pID (product ID number). -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
What page is the thumbnail on that has the Click to Enlarge link that is working? -
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
Did you ever get this resolved? If there was an STS variable that would capture the pID, then we could hard code the popup image link in the template. Do you know if that exists? -
I have installed STS and it was working out pretty nicely. It displays the content of the main category page (which displays the images/links to the subcategories). But when I click a link to a subcategory page, the content area is blank instead of showing the products in that subcategory. Is there something I need to do to have the products show up? Thanks
-
I should've said that it was commented out in my index.php file, so there was no content for the STS template to grab.
-
I don't remember doing this, but the line of code to actually show the content was commented out. Once I uncommented it, the content loaded OK.
-
[contribution] Simple Template System (sts)
charmdiva replied to DiamondSea's topic in Templates and Images
This contribution is working great, but I need to modify one page and can't figure out how to use the system to do it. When someone clicks on a main category in the left nav, it takes them to that top category page that displays the subcategories along with a small image. If they click on the subcategory link, it takes them to a page that shows all products within that subcategory. The products are displayed in rows (one product per row) along with a Buy button, etc. I want this page to display the product images two in a row with the name of the product underneath. Is it possible to do this with STS? Also, I have used an STS template to change the layout of the product_info pages but was wondering how I would include a Click to Enlarge link to bring up the popup window with the larger image version. Thanks. -
Never mind...got this part working!
-
When using the Simple Template System, Is it possible to set up the template used for the product info pages so there is a Click to Enlarge link for the product image? Thanks
-
I apologize if this has been answered. I did a search and didn't find the answer I needed. I have installed this contrib and it is making things much easier for me. However, I changed the default home page content with my own stuff in the languages>index.php file. What I entered for the home page content is not being displayed on the home page. Where would I change this? Do I need to make a separate template from STS_template.html for this? Thanks
-
I think I posted this previously in the wrong area. I installed the options as images contrib. When I go to the Attributes Images Manager page and select an option category to edit, it there suppose to be an edit button? I haven't been able to upload any images because that part of the function seems to be missing. I have an update button, but that doesn't seem to do anything. Anyone know what I am missing? Thanks
-
I believe I have made all the changes needed to use this contrib, however, when I go to set an image option, I check the option I want to add an image to and click the update button but underneath 'Option Value Image Filename' is there supposed to be a Browse box for me to upload an image? There is nothing there. Is there a demo of this some where so I can see how it is supposed to work? Thanks
-
Is this how it is supposed to work?
charmdiva replied to charmdiva's topic in General Add-Ons Support
Thanks! That was my error. -
Sorry about the mystery meat subject line. I thought I was posting under a Gift Voucher/Coupon topic. I've installed gift voucher/coupon contribution and it appears to be working except it doesn't deduct the amount of the voucher/coupon from the customer's total. This is how it shows on the checkout page: Sub-Total: $7.50 Per Item (Best Way): $1.15 Total: $8.65 Discount Coupons:CHRISTMAS: -$0.87 It calculates the deduction correctly but it isn't deducted from the total. Is there something I need to toggle on for this to happen? Thanks
-
When there is a customer on my site, the LiveHelp admin panel shows their IP number, a link to Invite and then there is a number, usually either 1, 2 or 3. What does this number mean? Thanks
-
Is contrib supposed to deduct gift voucher amount?
charmdiva posted a topic in General Add-Ons Support
I installed this contrib and it is working except that it doesn't deduct the amount of the voucher from the customer's order total. On checkout, they just see their total, tax, shipping and order total and then the gift voucher amount is displayed. Is this how it is supposed to work? Thanks -
Is contrib supposed to deduct gift voucher amount?
charmdiva replied to charmdiva's topic in General Add-Ons Support
Thanks for your replies. When testing this, I've checked that box. On the resulting page, it shows the amount of the voucher, but it isn't deducted from their total?? -
I installed this and on the checkout page the cost of gift wrapping shows up but the radio buttons to choose gift wrapping don't. I went through the code again to make sure I didn't miss something. The code that should display the radio buttons seems to be there (I know HTML but not PHP). Has anyone else experienced this? Thanks
-
When someone purchases a gift certificate, where do they enter the information on who the recipient is? Are they given a choice of having the certificate snail mailed as opposed to emailed? Thanks