Search:

Type: Posts; User: dwessell

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    272

    image naming question

    Hi,

    Running ZC 1.38.. Question based off this document: http://www.zen-cart.com/content.php?100

    So if I have an image in /images/a.jpg and an image in /images/subdir/ab.jpg is this considered...
  2. Replies
    7,098
    Views
    1,855,938

    v138a Re: Image Handler 2 Support

    Can't believe that I missed that. Thanks for the pointer.

    Thanks
    David
  3. Replies
    7,098
    Views
    1,855,938

    v138a Re: Image Handler 2 Support

    Hi,

    Running IH2 with ZC 1.38.

    Running into an issue where product images seem to be overlapping. (notice the 2nd and 3rd images).
    ...
  4. Replies
    1
    Views
    1,061

    Paypal 101413 error

    Hi,

    I have a customer getting a 10413 error. I've gone through the checkout process without issue. Below is the error log.

    I've done quite a bit of searching, but am not making sense of this...
  5. Replies
    5,053
    Views
    990,692

    Re: Continue shopping and Back button not working

    Are there any paid support options available for this mod? I'm having a few issues and am willing to pay someone for assistance.

    Thanksd
    David
  6. Replies
    5,053
    Views
    990,692

    Re: Simple SEO URL [support thread]

    Hi,

    We've installed the mod, and most of the time it works well. However, sometimes we have a link that ends up looking like this:
    ...
  7. Thread: 302 redirects

    by dwessell
    Replies
    1
    Views
    483

    302 redirects

    I've got quite a few redirects that I'd like to either do away with or change from 302 to 301..

    For example:

    http://www.straightrazordesigns.com/index.php?main_page=index&cPath=18

    redirects...
  8. Replies
    1
    Views
    366

    Side box on product listing?

    Two questions:

    1) The right column is not displaying on category listings, only on product detail listings:

    http://www.straightrazordesigns.com/index.php?main_page=index&cPath=17...
  9. Replies
    1
    Views
    536

    Change the specials page

    http://www.straightrazordesigns.com/index.php?main_page=specials

    Is there anyway to change the specials page to make it look more like a standard category page?

    Thanks
    david
  10. Replies
    1
    Views
    962

    Stock Report By Attribute

    Hi,

    My store uses a ton of attributes.. And I'm having a hard time keeping track of stock.. Is there a way to generate a report that lets me know what I've sold w/ what attributes over a period of...
  11. Replies
    5
    Views
    2,016

    Re: Unsecure images, on secure pages.

    http://straightrazordesigns.com

    I've removed the facebook logo from the right column though, so that people don't get the unsecured pop up warning.

    dw
  12. Replies
    5
    Views
    2,016

    Re: Unsecure images, on secure pages.

    Is this the right location for the folders?

    /public_html/includes/templates/theme082

    (theme 082 is the current theme).

    I've put the 4 checkout folders there, with a copy of the file without...
  13. Replies
    5
    Views
    2,016

    Unsecure images, on secure pages.

    Hi all,

    In my /public_html/includes/templates/theme082/common/tpl_box_default_right.php file I have the code for a Facebook widget. However, the images are unsecure, so when users move into my...
  14. Replies
    3
    Views
    841

    Re: SSL Redirects, customers getting kicked.

    Rob,

    That's setup as an ezpage. And your right, it wasn't listed as ssl.. But they were going to the login page via the checkout procedure. That wouldn't cause the issue, would it?

    Thanks
    David
  15. Replies
    3
    Views
    841

    SSL Redirects, customers getting kicked.

    Hi,

    We purchased a SSL cert through verisign for http://www.straightrazordesigns.com. I then setup a redirect for http://straightrazordesigns.com to http://www.straightrazordesigns.com (.htaccss)....
  16. Replies
    7,098
    Views
    1,855,938

    v138a Re: Image Handler 2 Support

    It's not a large image.. It was working before.. As a matter of fact, the problem seems to come and go.. The original file name, of the problem item now was: Pacific_5346e_sm.jpg

    But doesn't IH2...
  17. Replies
    7,098
    Views
    1,855,938

    v138a Re: Image Handler 2 Support

    I'm running Image Handler v2 on ZC 1.3.8a at http://straightrazordesigns.com.

    I've recently run into an issue where on some products, the image will not display. Not only that put the html output...
  18. Replies
    9
    Views
    526

    Re: Product Listings not showing?

    Finally found it.. There was an image attached to a product that was causing the issue.. Disabled the product and all is well.

    Thanks for the suggestions.

    dw
  19. Replies
    9
    Views
    526

    Re: Product Listings not showing?

    Well. I'm almost there.

    There are no php errors.. But it's an image somewhere.. If I turn off images in product listings, the category displays..
  20. Replies
    9
    Views
    526

    Re: Product Listings not showing?

    Man, it is one of those days.. I installed the debug add on, and it's not writing debug logs at all.. And the cache folder is 777.. Everything I touch breaks today, I'm going to go hide for awhile...
  21. Replies
    9
    Views
    526

    Re: Product Listings not showing?

    The code directly before that is in l/includes/templates/theme082/templates/tpl_modules_product_listing.php

    and it's:

    <?php
    /**
    * Module Template
    *
    * @package templateSystem
    *...
  22. Replies
    9
    Views
    526

    Re: Product Listings not showing?

    It stops right before the: <div id="productListing">
  23. Replies
    9
    Views
    526

    Re: Product Listings not showing?

    Not in a year, or more. And the problem has appeared very recently. I haven't made any changes in quite some time. And I wouldn't think (Althought I could be wrong) that an error in that file would...
  24. Replies
    9
    Views
    526

    Product Listings not showing?

    http://straightrazordesigns.com/index.php?main_page=index&cPath=29

    If you look at the source code, the entire HTML isn't outputted. It stops right before the productlisting class. I've seen this...
  25. Re: I need to put code for a badge on only the Checkout page

    That's perfect. Thank you.
  26. Re: I need to put code for a badge on only the Checkout page

    Kobra,

    I was just coming back to specify :)

    It's on page=checkout_success. And I''d like to put the code in the header on every page, but only have it displayed on the page=checkout_success...
  27. I need to put code for a badge on only the Checkout page

    Hi,

    I need to put a little bit of code on a checkout page for a badge. I'd like to put the code in the header, but it only be called on the checkout page. Is that possible? Is there a variable...
  28. Replies
    1
    Views
    863

    Increase range for new products

    Hi,

    I'd like to increase the date range for new products, such that more are displayed.. But I can't find where to do this.. Can someone point me in the right direction?

    Thanks
    David
  29. Replies
    14
    Views
    7,803

    Re: Amazon Exporter Support Thread

    For my uploads to amazon, I need a link to the product, and the main image.. Is this possible with this product? Even if it jsut gave me the productID and imagename I could build the rest easily in...
  30. Replies
    1
    Views
    707

    Adding other options to free shipping?

    I have free shipping turned on for over $100. And it's working. But how can I have the regular shipping options (UPS, etc) show up as well? In case someone wants to pick a faster shipping option.
    ...
  31. Replies
    2
    Views
    716

    Creating link using product ID

    Hi,

    I used the easy populate to output my inventory. But I need a field that shows a link to the product. EP puts out the product ID. Can I use that as a variable to create a link?

    Thanks
    david
  32. Replies
    3
    Views
    994

    Re: Exporting with attributes?

    Clarification.

    I'm looking for a csv that will list each attribute as a seperate product (brush with yellow handle and another brush with a red handle).. Is that doable?
  33. Replies
    3
    Views
    994

    Exporting with attributes?

    Hi,

    I'm using 1.3.8..

    We've been asked by Amazon to list our inventory with them, yea!!! And they need a dump of all of our inventory.. We have a fair amount of attributes that really are a...
  34. Replies
    6
    Views
    801

    Re: Removing more info, from pricing area.

    That did it, thanks!! Im plaing with the border too, good idea.
  35. Replies
    6
    Views
    801

    Re: Removing more info, from pricing area.

    That did it, thank you.. But if left me with some large spaces between the product price and the description:

    http://straightrazordesigns.com/index.php?main_page=index&cPath=44

    I've hunted...
  36. Replies
    6
    Views
    801

    Removing more info, from pricing area.

    Hi,

    On the product listing pages, I've add pricing:

    http://straightrazordesigns.com/index.php?main_page=index&cPath=44

    But the more info link comes up too.. How can I remove that, and keep...
  37. Replies
    3
    Views
    777

    Re: Changing css in sandbox area...

    Won't that then have all of the links in that div the color xxxxx?

    The way they won't it setup, some of the links will be xxxxx some xxxyx some yyyyy, etc... I'm trying to make that was easier for...
  38. Replies
    3
    Views
    777

    Changing css in sandbox area...

    Using the define_main_page.php file, one of our guys will make changes to the front page, using the HTML editor...

    It all works pretty fine, until they start to add links to the page.. Then any...
  39. 10413 Transaction refused because of an invalid argument.

    I've been getting errors from paypal, such as the subject line above.. Below is the result of the log file from the time period that the error happened in. Can someone point me in the right...
  40. Replies
    1
    Views
    1,011

    Shipping Estimator On Product Page

    Hi,

    Is there a module out there that will allow a customer to estimate shipping costs on a product page? A little button that gives them a pop up to enter zip, or something similar? I searched in...
  41. Replies
    1
    Views
    600

    Re: Changing Manufacter Verbage

    I found it.. It's in lanugages/english/product_info.php

    Thanks
    David
  42. Replies
    1
    Views
    600

    Changing Manufacter Verbage

    Hi,

    http://straightrazordesigns.com/index.php?main_page=product_info&cPath=60_61&products_id=260

    I'd like to change it from * Manufactured by: Kent

    To Brands: Kent..

    Where would I...
  43. Replies
    3
    Views
    1,637

    Re: Changing Sub-Category Font Size

    Thanks!
  44. Replies
    3
    Views
    1,637

    Changing Sub-Category Font Size

    http://straightrazordesigns.com/index.php?main_page=index&cPath=60

    In the center area, the sub categories (Body, Hair, Face Hands & Feet).. I'm trying to change the font size.. The div around them...
  45. Replies
    1
    Views
    1,757

    Re: Amex not being taken.

    Bump :)
  46. Replies
    1
    Views
    1,757

    Amex not being taken.

    I had a customer try and place an order with an Amex, and it didn't go through. He got this error message:

    10413 Transaction refused because of an invalid argument. See additional
    error messages...
  47. Replies
    2
    Views
    633

    Re: Changing header of define_page_3

    Perfect! Thanks!
  48. Replies
    2
    Views
    633

    Changing header of define_page_3

    I edited english.php:

    define('BOX_HEADING_MORE_INFORMATION', 'More Information');
    define('BOX_INFORMATION_PAGE_2', 'Page 2');
    define('BOX_INFORMATION_PAGE_3', 'Shop By Brand');
    ...
  49. Re: Column Layout Grid for Product Listing for 1.3.7

    Awesome! Thanks!
  50. Re: Column Layout Grid for Product Listing for 1.3.7

    I'm still at a loss, and very open to suggestions.

    Thanks
    David
Results 1 to 50 of 143
Page 1 of 3 1 2 3
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR