Jump to content

CoderJim

Member
  • Posts

    114
  • Joined

  • Last visited

Everything posted by CoderJim

  1. Just perfect, works great! Thanks. Made the change in the lingerie.css at the #subcategories .subcategory point.
  2. Here I was thinking great, lets add some products thanks to your great help, another wall... The category view has four photos with borders (thanks) however they are butt up next to each other, no space. I tried by adding a "hspace" to the src as I would in HTML in the content.category.php, that didn't work, as well as trying within the black.css and lingerie.css, but of course padding is within the 'box' so that didn't work either. I hope you understand that I always try debugging before searching the forum and before posting my questions. As usual, any help you could offer would be appreciated. Thanks. Lingerie Skin
  3. Worked great! Thank you so much, you are on top of your game and I really appreciate all your help. I have more...
  4. I would like to remove the coupon option entirely. Lingerie Skin
  5. Good point, in this case there are three items, total weight 12 ounces though it did the same for 4 oz., (14+ is Priority) it passed that right, here is a snippet of the response... <Postage CLASSID="0"><MailService>First-Class Mail&amp;lt;sup&amp;gt;&amp;#174;&amp;lt;/sup&amp;gt; Parcel</MailService><Rate>4.34</Rate></Postage><Postage CLASSID="0"><MailService>First-Class Mail&amp;lt;sup&amp;gt;&amp;#174;&amp;lt;/sup&amp;gt; Parcel</MailService><Rate>4.34</Rate></Postage> Hummm, it does seem to have this option but CC is not showing it or recognizing it. FYI, that is the correct rate amount. Okay, my bad, I went back and looked at the the plug in options and see that though I clicked the 1st Class option, I did not click Parcel which this would be. I am so sorry for wasting your time but perhaps this conversation might help someone else. Thanks
  6. Understood on destination and since this happens, i have not progressed the checkout process further. Yes, 1st Class for a 2 oz. item (US) would be $2.54, Priority is $6.65. I did not alter the code. 1st class offered as a choice? Not sure what you mean by that but when the drop down menu on the basket page says 'Select your shipping method' there is only one (kind of defeats the point of option ) and that is Priority Mail in this case, 1st. class is not shown, which as you noted CC should offer as the least costly shipping option. Thanks
  7. I am shipping small items of clothing (US), a few ounces at most, and I have the item weight noted as .110 for a selected test item in the CP/Product/General Information page and when added to the cart/basket it defaults to Priority Mail even though I have chosen 1st Class as an option in the USPS Module. Packaging weight field is blank in the mod, also there are no options with weight. Any ideas would be greatly appreciated. Lingerie skin (if that matters)
  8. Hi again, as the title suggests, I need to put a 1px border around the photo that is in the (large) basket. Lingerie Skin
  9. Wow, you the man... Okay, for reference for others, the #basket p { color: orange; } works for this. Thanks.
  10. Thanks. Okay, well that sort of did what i need but I could use the control of the item code/price and selected options along with a border around the photo with padding, those I don't see . Thanks in advance.
  11. Hello again, Still working on design, and now I am at the Basket Display page (not the small side box) and I wish to control all text colors. Any thoughts on this? Thanks. Lingerie Skin
  12. I got the cache concept, can't remember how many times I told clients about 'fresh reload'. So that's not the problem, I was looking for 'context' I suppose rather than literal which worked! Wow, this is so much easier than Perl. Thanks
  13. Understood about the logo etc. Good point! Do you mean I put code on the content.product.php page? I tried various locations on the lingerie.css/black.css without any luck. Sorry, I don't mean to be dense and I really appreciate your help, but I may need a bit more hand-holding on this one and have you be more specific and include the additions in context with nearby code if possible. As an option... for instance, could this be modified... <img itemprop="image" src="{$PRODUCT.medium}" vspace="50" alt="{$PRODUCT.name}" id="preview" /> (As you can see I added the vspace to move the image down the page for design purposes. As an old HTML guy I was trying to hammer it, as we are want to do sometimes.) I did look for the instances of what I think you meant but obviously don't understand, I must admit that css is a new to me, I have always done HTML/Perl but I do understand the concept. Thanks
  14. The page you site I think of as the sub-category page, whereas 'Menswear' is the category from my question. If you click the Red pant brings up the 'Product' page and that one as well needs a white border on the image. I do thank you for the suggestion but I do want it for all substyles, in fact every instance of a photo I want a white border if possible, even when showing the basket view with images. Thanks
  15. I need to place a 1px border around the image/s on the individual product page as well as on the category page, any idea where to start? Lingerie Skin Thanks
  16. Thank you so much, worked beautifully. I did not need the equalizer, or I don't think so at this point, I just deleted the three size calls and it worked great. I hope that others might find this helpful. I will likely have more questions as I can now finally move on. Thanks again.
  17. Understood and thanks... Its obviously a work in progress. http://204.9.136.81/~satiquec/store/basic-nylon.html Please note the space between the photos and the 'short description' below them.
  18. Thanks. Sure, what should I send, a link or the page that the code creates and if so, how would I do that? Seems easiest to link but I thought there were rules.
  19. Within the sub-category results the images and their short descriptions are too far apart (vertically), any idea where I might be able to control that distance would be greatly appreciated. BTW, this is a great forum!
  20. Just to be sure i do it right, could you please tell me what to write in the fields on the 'Add Snippet' page... I get that it needs to be named but what about these...? Ex. order: Description: Trigger:
  21. Thanks and just to be sure I understand, I could use this snippet for my skin (not foundation)? Could you also please tell me where it is that I put this snippet within the admin CP? {?php} $GLOBALS['smarty']->clearAssign('featured'); {?}
  22. I am trying to disable 'Featured Product", will this snippet work with V6? {php} $GLOBALS['smarty']->clearAssign('RANDOM_PROD'); {/php}
  23. Worked! Thanks so much for the quick reply, I hope others find this useful. I was seeking to do this only for cosmetics, there are a limited number of products on this site.
  24. I am trying to remove the Customer Sort Feature on all pages, don't like it, don't want it, any ideas on where to start would be appreciated.
×
×
  • Create New...