Jump to content

palex71

Member
  • Posts

    33
  • Joined

  • Last visited

Everything posted by palex71

  1. Thanks... though I'm not quite sure how to remedy this. If there is an array $item, I'm not sure how that would account for the product code tag in the external URL not working. Isn't the "alt" simply an instruction to display text if the image link is not valid? When I look at the source code from the web page, the product code tag is omitted. "Enlarged View: large: max 600 pixels wide: content.product.php This is the javascript-powered zoom-magnify function when the mouse hovers over the product's image on the View Product Description page. I do not yet know where the HTML code for this <img> tag is at." I'm not sure I can find this feature. If I see a product on the home page (Latest Products) and I select it, it takes me to the page for that product where I see the larger graphic (270 pixels), but there is no mouse over feature. This does not really present any issue, though, as there doesn't seem to be any need for a larger graphic. Thanks again!!
  2. Thanks so much for that reply. It was of enormous help. I was able to change many of the tags and get them functional. The only ones with which I have issues are: Checkout Line Item: max 50 pixels tall: content.checkout.php This did NOT work, nor did it work with lowercase $product <img src="http://www0.alibris-static.com/isbn/{$PRODUCT.product_code}.gif" width="50" height="50" alt="{$item.name}" /> Where on the site are these images referenced?: Enlarged View: large: max 600 pixels wide: content.product.php Admin Inventory List: max 30 pixels tall: admin_skin/products.index.php Admin Inventory Add/Edit: max 270 pixels wide: admin_skin/products.index.php Thanks again!
  3. Hi bsmither, Thanks for the reply. The capitalization actually didn't seem to matter, though I have changed everything to lowercase per your suggestion. So does CubeCart 5 then read the image as the largest and then create three smaller ones? So only the linked image is loaded once, then? Did you have a sense of where the mod for the search results might be? Locating and modifying these is my greatest hurdle at this point. Thanks again! Edit: Yes the URL I referenced would NOT be my store (i.e. external).
  4. Hello, I am trying to modify the html template code to link to external images. This has entailed replacing <img src="{$product.image}" alt="{$product.name}" /> with something like this: <img src="http://www.example.com/images/{$PRODUCT_CODE}.gif" alt="{$product.name}" /> However, I am unable to locate all occurrences of this. Most notably, when a product search returns matching results, no images appear. It has something to do with index.php, but I can't seem to see what is going on. I have so far modified: content.homepage.php content.product.php Any guidance would be of great help! Thanks so much.
  5. Thanks for the replies. Yes, it turns out that the admin view remains online, whereas the customer view is offline. Does anyone have a sample .csv import catalogue file with proper headers, etc.? I am using the Kurouto skin. Thanks again.
  6. Thanks for the info. I am using version 5.1.5 (added to sig). - I can manually change the default image, though there are resizing issues, etc. I have also noticed that when I take the store offline, it can often take hours to appear as such after a refresh. Other changes appears right away after a refresh. - Where would there be documentation on how to format inventory files? Thanks again!
  7. Hello, I have just begun to use Cubecart. The general help files seem to be... quite general. I am initially looking to do the following: 1) How to publish changes. For example, I uploaded my logo and saved it, but nothing is changing on the main view. Also, is there a way to show an "under construction" page when the page is taken offline? 2) How to formate inventory upload files. Thanks so much!
×
×
  • Create New...