Jump to content

Neatthings

Member
  • Posts

    8
  • Joined

  • Last visited

Neatthings's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. What a dumb mistake, that fixed it, something simple & stupid. I spent several hours on this last night. I would have never seen this if it wasn't for your keen eye. I bet I had looked at this line at least 100 times last night before submitting to the forum last night. Never had this problem before, When an update came out, I'd update, then change the coding for the logo and product pages, remove the specification tab and everything would work the way it should. Automatically thought there may have been a flaw or coding change in the update. Sorry to waste your time for such a stupid mistake. I want to thank you for sharing your expertize with the forum. I find your name on many issues that have been resolved when searching the Cubecart forum. You are a valuable asset to the forum. Again, thanks for your help!
  2. Made changes - The only change I see on the page is the specification info is now open all the time. I attached the coding starting at line 31 on a word doc 6-16xx Fix products.docx
  3. (Hope code don't mess-up forum)Tab goes away when I change line 141 (now 147) as described above. Description goes away when I change line 152 (now 158) FYI lines moved when I added line 32 {if is_array($OPTIONS)} {if !empty($PRODUCTS.description )} <div id="product_info" itemprop="description"> {$PRODUCT.description} </div> {/if} {if is_array($OPTIONS)} code below starts at 147 {* {if !empty($PRODUCT.description)} <dd class="active"><a href="#product_info">{$LANG.catalogue.product_info}</a></dd> {/if} *} <dd><a href="#product_spec">{$LANG.common.specification}</a></dd> {if isset($PRODUCT.discounts)} <dd><a href="#quantity_discounts">{$LANG.catalogue.quantity_discounts}</a></dd> {/if} </dl> <div class="tabs-content"> {* {if !empty($PRODUCT.description)} <div class="content active" id="product_info" itemprop="description"> {$PRODUCT.description} </div> {/if} *} <div class="content" id="product_spec">
  4. Hi, about a year ago BSmither was a great help in resolving an issue with relocating the product description on a page. It has worked great until I tried using the latest version (6.0.9) of Cubecart for a new site. Followed step-by-step to move product description as was done in the past. No product description will display. http://www.picturesin3d.com/test-product.html. Changed it back to original 5 times, works fine, just will not put anything above the add to cart button. Any suggestions?
  5. Thanks again for your help and fast response to my question
  6. THAT DID IT! - It put the description above the "Add to Basket" button where I really need it to be. With the description at this location, the customer can't say they didn't see the product disclaimers before they hit the buy button. The specification tab is still showing below everything else, don't really need it, all important info can be added to the descriptions. I should be able to tell it not to display this. Before I do, is there any reason I shouldn't disable it? I can't thank you enough! You've been a great help!
  7. Thanks for your reply! Just a little more info, I tried copying and moving lines 139 - 215 up to line 87 (above the add to cart button) The descriptions moved, the right column was there and the page looked good. However after doing that, the add to cart button did not work. I got away with making this change on a competitors cart used on one of my other sites. I even tried taking one </div> (line 139) out, the page turned black. Everything is back to normal and waiting on your input. Thank you for your help!
  8. I think I'm going crazy! Made a minor change to the content.product.php of the foundation templet, (removed the </div> </div> on line 137 & 138) no other code was changed. This was done to bring my product description up below the Add to Basket button. Description moved up as expected, cart works fine. However, now my featured product and all other items that were in the right column have moved and now live in left side of the footer. Right column space appears to still be there, however it is blank. There does not appear to be anything concerning the right column on this page. I sure could use some help! Here is a link showing what happens http://www.sports-collectibles.net/catalog/2002-hot-wheels-daytona-set-up-john-andretti-1/64.html
×
×
  • Create New...