Search:

Type: Posts; User: crosswraith

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. v151 Re: Images are not showing up on product page in admin

    So did you fix this issue?
  2. v154 Downloadable files are located on another physical server

    I need to be able to add downloadable files on another physical server than where I have Zen Cart installed. In other words I use one hosting provider for the Zen Cart installation, and another...
  3. v154 Re: Tutorial/how-to for latest version of Paypal Express Checkout

    I tried primarily following this tutorial here:

    https://www.zen-cart.com/content.php?20

    It would be nice if all tutorials around displayed a date for when it was written, then it would be...
  4. v154 Tutorial/how-to for latest version of Paypal Express Checkout

    I have been reading tutorials and how-to's around regarding the setup of Paypal Express Checkout on Zen Cart.

    Now in 2019 june it seems as if the menus in Paypal have been changed and updated...
  5. v155 Re: Each downloadable product sold in different versions each with different price

    Thanks a lot, this is appreciated!
  6. v155 Each downloadable product sold in different versions each with different price

    I am wondering how this may be achieved:

    I want to sell downloadable pictures.
    Each picture will be sold in different resolutions: large, medium, small
    Each resolution will be priced...
  7. Replies
    6
    Views
    1,511

    Re: Validation Errors

    I got rid of all validation errors, except this last one. I pasted/use this code in the Banner Manager, and it returns 8 validation errors alone (as soon as I disable this banner my website becomes...
  8. Re: Validation.... how do I fix these parse errors?

    I got rid of all validation errors, except this last one. I pasted/use this code in the Banner Manager, and it returns 8 validation errors alone (as soon as I disable this banner my website becomes...
  9. Re: Validation.... how do I fix these parse errors?

    So you're sure this is not something caused by ZenCart? Does this also mean that this can't be caused by JavaScript built into ZenCart?
  10. Re: Validation.... how do I fix these parse errors?

    Most of the errors I'm getting are these kinds, and they are ZenCart specific errors, none of those errors are caused by my coding, since I havn't modified that ZenCart installation:

    - cannot...
  11. Replies
    6
    Views
    1,511

    Re: Validation Errors

    How did you get rid of validation errors like:
    - cannot generate system identifier for general entity "cPath"
    - reference not terminated by REFC delimiter.
    - reference to external entity in...
  12. Re: Validation.... how do I fix these parse errors?

    I'm experiencing the same problems. Any suggestions on how fix this issue?
  13. Re: How to increase model char. limit of 32 chars.?

    Thx! Just wanted to be sure ;-)
  14. How to increase model char. limit of 32 chars.?

    In the model field the character limit has been set to 32 characters. I'm in need of expanding this limit. In the SQL-database, zen_products table and in products_model field the limit has been set...
  15. Re: Where to add translation of product titles, descriptions?

    I'm wondering if the the system is as simple as the following:
    2 PHP-files with the exact same filename.
    1 PHP-file is the english version
    1 PHP-file is the containing the same menuitems but...
  16. Re: Where to add translation of product titles, descriptions?

    I did it with custom PHP-files. Is there another way to make custom blocks?

    What are the most comon ways to achieve what I desire when it comes to custom block translation?
    Any tutorials...
  17. Re: Where to add translation of product titles, descriptions?

    Thanks for the fast response!

    For default blocks/side boxes I've seen this is automatically applied when installing a new language. However when it comes to custom(ized) side boxes it's another...
  18. Re: Where to add translation of product titles, descriptions?

    Is it possible to display custom side-blocks (where I have translated the content) only when another language viewing mode has been selected (and hide the blocks displaying englsih content)?
  19. Re: Where to add translation of product titles, descriptions?

    Wow great. Does this also apply to the description field?
  20. Where to add translation of product titles, descriptions?

    Im wondering if its possible to add 2 different names, 2 different descriptions to each product/item that I sell?

    In case the product name is "tube" in English it needs to be translated to the...
  21. Replies
    0
    Views
    1,440

    Productnames in different languages

    Im wondering if its possible to add 2 different names to each product/item that I sell.

    In case the product name is "tube" in English it needs to be translated to the other language. But the...
  22. [SOLVED] Re: JS cause nasty messages in IE while SSL

    Thank you! :clap:

    That just did the trick, now there are no more "Insecure elements" errors in IE.
  23. Re: JS cause nasty messages in IE while SSL

    Ups yeah you're right many posts about Google Analytics in here: However there are so many threads on the topic that I can't find specifically what I'm looking for. Anyone have this bookmarked...
  24. Re: Reports Products viewed - What file to edit?

    Wonderful:smile:
  25. Re: JS cause nasty messages in IE while SSL

    thx :smile:
  26. JS cause nasty messages in IE while SSL

    I discovered that Internet Explorer displays uncomfortable messages when there is JS code that link to other websites while surfing in SSL-mode.

    I'd like to implement Google statistics in my...
  27. Reports Products viewed - What file to edit?

    I'm trying to edit the file that renders the Reports Products viewed document in the admin area. But I'm wondering about which file to edit.

    What I want to do is to adjust the length of the...
  28. Re: 1 attribute for download and 1 for ship to customer

    Yeah use only Radio for downloads



    In admin check out: modules/shipping. Is that all se up as desired?
    On the product page itself what are your shipping settings?

    For downloads to work...
  29. Replies
    12
    Views
    2,273

    Re: Remove/modify display of PRICE_PREFIX?

    To save some time for others, I'm posting the line that would be the correct one in this case:

    $products_options_display_price= ' (' . $products_options->fields['price_prefix'] .
    ...
  30. Replies
    12
    Views
    2,273

    Re: Remove/modify display of PRICE_PREFIX?

    Yeah that just did the trick:cheers: And it makes perfectly sense with the enclosing, as this is PHP...:frusty:


    And actually notice the space in between the enclosing and the (. For example:...
  31. Replies
    17
    Views
    3,177

    Re: Hiding " Max: 1 "

    Thanks that worked absolutely smooth. :rotflmao:

    Also to remove "Max: #-value" that shows on the "product-info-page" just have a peek in this file:smartalec: :...
  32. Replies
    12
    Views
    2,273

    Re: Remove/modify display of PRICE_PREFIX?

    Thank you:hug: , but with this do you mean that this is the only place in the DB where the update is needed (just want to make sure so I avoid DB problems later on:ohmy: )?

    Where can I remove that...
  33. Replies
    12
    Views
    2,273

    Re: Remove/modify display of PRICE_PREFIX?

    Yup I just found it :clap: :

    the + sign is stored in the table called: zen_products_attributes
    In the column called: price_prefix

    Now I was wondering if I can just do a massupdate (I know how...
  34. Replies
    12
    Views
    2,273

    Re: Remove/modify display of PRICE_PREFIX?

    Allright, that means it's added into the database. And with that + would be the same as no symbol at all?
  35. Replies
    12
    Views
    2,273

    Re: Remove/modify display of PRICE_PREFIX?

    hmm couldn't see the + and/or the parenthesis in that file. But maybe I've misunderstood what PRICE_PREFIX really is. Ok whatever this + sign and parenthesis is called, where is it located (where can...
  36. Replies
    17
    Views
    3,177

    Re: Hiding " Max: 1 "

    In other words:

    how can I hide - Max: "value" completely from displaying, but avoiding removing the functionality related to it?
  37. Re: How do I remove "I am able to write..." message completely?

    Please follow Ajeh's instructions for security reasons
    I found the "lazyman's insecure workaround": I simply removed the message in English PHP to get rid of this warning, but I highly recommend...
  38. Replies
    12
    Views
    2,273

    Remove/modify display of PRICE_PREFIX?

    Seems like nobody has asked about this before, so I started a new thread, which I is posted in the right place (hmm, maybe a "coding customizations-forum" would be more relevant:smartalec: ).

    I'm...
  39. Replies
    17
    Views
    3,177

    Re: Hiding " Max: 1 "

    How to adjust that piece of code so that it hides "Max (+ value)" completely from "product listing" and "product info" pages (Im using ZC ver.1.3.7)?

    This coding, doesn't remove any functionality,...
  40. Re: How do I remove "I am able to write..." message completely?

    Yeah thats actually a very good idea. :clap:
    Is there a guide somewhere on how to set this up?
  41. Re: How do I remove "I am able to write..." message completely?

    I always have a copy of the life shop database somewhere else. So if I did something wrong in the shop that messes up, I like to quickly edit the configure file to point to a database that has the...
  42. Re: How do I remove "I am able to write..." message completely?

    Nope I'd like to avoid doing that. Thank you anyways!
  43. How do I remove "I am able to write..." message completely?

    I know how to set the file permissions on the configure.php file to avoid the messages that says "I'm able to write...". However I need to edit this file sometimes, and those few times that I edit...
  44. Re: Search for all products that use 1 specific attribute

    Admin for me (well anywhere it's possible).
  45. Re: Search for all products that use 1 specific attribute

    Anywhere would do fine, as long as "the tool" allows me to make lists of products where Attribute Value is only X and Y (if for example the product has X, Y, B and A it should not be listed), or...
  46. Re: Search for all products that use 1 specific attribute

    Anyone knows how to build a SQL query that can list all products that use attribute values X and Y, but not attribute values A and B.

    I tried to think of how the SQL query should be built, but...
  47. Re: Search for all products that use 1 specific attribute

    Yuppi :jump: just found out where in the DataBase this info is located.

    To find out the ID that the Option Value gets, just look in the source code HTML on any page that contains that...
  48. Replies
    2
    Views
    2,401

    Re: How to deselect if 1 radio-button?

    Thanks for the fast response!:hug:

    I'd like the one menu containing the download, to only contain download, thus 1 choice only. Therefore I was wondering if it would be possible to keep this...
  49. Search for all products that use 1 specific attribute

    When your webshop gets filled up with loads of items, then the search function becomes essential. I tried the search box in the admin area, but it actually doesn't
    search in the attributes.:no:
    A...
  50. Replies
    6
    Views
    1,317

    Re: Can't get attributes working ARRGG!

    On the product page itself (the page where the product is set-up, outside attributes controller), have you checked the radio that says: Product Priced by Attributes ?:yes:
Results 1 to 50 of 76
Page 1 of 2 1 2
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR