Search:

Type: Posts; User: Matt Staines

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    4,463

    Product Designer widget?

    Hi Everyone,

    Does anyone know of any product design software suitable for Zencart? I've seen one I like at http://www.teepig.co.uk for designing custom t-shirts but it looks like a woo commerce...
  2. Replies
    3
    Views
    1,859

    v155 Re: Session Issues

    Thanks Guys,

    I've reverted to the standard session defaults, I'll see how it goes. I'll have a look in the plugins to see the separate longevity session issue and see what there is available.
  3. Replies
    3
    Views
    1,859

    v155 Session Issues

    Currently using Zencart 1.5.5f and we're having some issues with sessions.

    Some clients are able to checkout fine, others are not able to pass the checkout due to the usual time-out messages....
  4. v155 Re: Importing Javascript into certain product pages, not site-wide or named pages.

    Lat9,

    You legend, many many thanks.
    Worked perfectly using both your file-set method with my existing php filtering. No longer am I wading through thousands of lines of javascript!!!!

    Sunday...
  5. v155 Re: Importing Javascript into certain product pages, not site-wide or named pages.

    Thanks Lat9,

    I'll have a look into that.

    Kind Regards

    Matt
  6. v155 Importing Javascript into certain product pages, not site-wide or named pages.

    Hi everyone,

    I can't seem to find an answer for this in the forum.

    I'm trying to add specific javascript into a product page. Rather than do it site-wide, I'd like to add it on a per page...
  7. v155 Re: Using session key / customers id as unique identifier for an online product desig

    Amazing, many thanks Dr Byte!
  8. v155 Using session key / customers id as unique identifier for an online product designer

    Hi All,

    Hopefully someone can point me in the right direction. I have an online designer for my products that I load through an iframe into the zencart product page template. It's on a different...
  9. v155 Re: Sorry we are not accepting payments from your region at this time

    Ensure you also have a free payment method setup in Admin>Modules>Payment as well as the free shipper module. I'm sure I had a similar problem and this sorted it out.
    I used the Freecharger option....
  10. Replies
    3
    Views
    981

    Re: Search Header

    Without being too destructive, you can add the following to your CSS file:

    #menu {
    position: relative;
    left: -20px;
    width: 80%;
    top: 70px;
    }

    That worked for me in dev tools.
  11. v153 Re: Client to update Order Status themselves if certain criteria met.

    That would be amazing if you have the code already! Let me know when you get a chance.
  12. v153 Client to update Order Status themselves if certain criteria met.

    Hi All,

    I'm looking to see if this is possible. I'm looking for clients to be able to update their own order status from within their own account order page (not admin). I want it restricted so...
  13. v153 Re: Product is Free, Free Shipping Orders - How to change Order Status

    Just to note, I had to add a higher value sort order to the free-charger payment module for it to show up at checkout (might just be my install, but it could help). To clarify, if you have products...
  14. v153 Re: Product is Free, Free Shipping Orders - How to change Order Status

    Perfect, many thanks. I didn't even have the free-charger payment module installed. I knew it would be something straight forward. Amazing help and much appreciated!
  15. v153 Product is Free, Free Shipping Orders - How to change Order Status

    Hi Everyone, I hope you can help me.

    I've setup "Product is Free" on 1 product on my website. It has free shipping selected too and "shipping address required" selected. It's so clients can order...
  16. v153 Re: Subtotal showing with Tax, need it without.

    Hi Guys, this is the current order of the modules.

    Modules Sort Order Action
    Discount Coupon ot_coupon 280
    Group Discount ot_group_pricing 290
    Gift Certificates ot_gv 840
    Low Order...
  17. Replies
    6
    Views
    891

    v153 Re: Base price as a PHP variable

    Thanks everyone,

    I achieved it using:
    <?php echo zen_get_products_base_price((int)$_GET['products_id']) ;?>
  18. Replies
    6
    Views
    891

    v153 Re: Base price as a PHP variable

    Thanks, I'll give that a try!
  19. Replies
    6
    Views
    891

    v153 Base price as a PHP variable

    Hi Guys,

    I'm working on my product page, i.e. includes/templates/mytemplate/templates/tpl_product_info_display.php

    I need to get the current base price and define it as a php variable so that I...
  20. v153 Subtotal showing with Tax, need it without.

    Hi Guys,

    Can anyone help me on this one?

    First off, I'm in the UK and charging clients 20% VAT. This is setup in zones/taxes in the store. On the front-end clients see prices including TAX...
  21. v153 Post custom product from 3rd party to Cart

    Hi Guys,

    Does anyone know if it is possible to post a product from a 3rd party app running on the same server into a Zencart Checkout.

    For the instance of a 3rd Party T-Shirt Designer.
    Client...
  22. v151 Re: How can I change what shows on Category Pages?

    Looks like you've broke your code somewhere and an error is appearing. Use the developer toolkit in Admin to search for the text that appears. That way you'll be able to find the source file of the...
  23. v151 View Post

    This would make a good admin function. Something to update certain attributes globally.

    Choose Attribute [options_id]---> Change by % or fixed value ---> Update [run sql script].
  24. v151 View Post

    Thanks.

    Just worked it out with a bit of MSQL googling!


    update zen_products_attributes set options_values_price = options_values_price +5 where options_id=X
  25. v151 View Post

    Okay, so I've figured out I can use:

    update products_attributes set options_values_price = options_values_price +5; to update all my prices in attributes. Unfortunately this updates ALL attributes...
  26. v151 View Post

    Hi Everyone,

    Can anyone advise how I can add a set value or % to all my product attribute prices globally. I have approximately 1,000 products, each with a drop-down menu of various prices (e.g.....
  27. v151 Dependent Attributes - A Manual Attempt.

    I've been searching much of the forum to get dependent attributes working on my store. I have achieved this somewhat by using the Flexible Attributes plugin and modifying a single template file with...
  28. v151 Re: Add a unique database field to Zen_Customers table.

    Sorry for the delay, many thanks for the reply. I'll give this a go when I get a spare 30 mins!! :-)
  29. v151 Add a unique database field to Zen_Customers table.

    Hi Everyone,

    I need to add another database field to the [zen_customers] table in the database when they sign up to the store. It needs to be a 8-12 character string that is unique and made from...
  30. v151 Re: Modifying Products URL Link - Adding Client Variables Dynamically.

    Thanks Dr Byte, That works perfectly. Just incase anyone wants to create something similar, the final code is as below for the tpl_product_info_display.php in the templates folder.

    This is the...
  31. Replies
    3
    Views
    1,443

    v151 Re: Products on secure https pages

    Just a quick double check of the files can sometimes reveal that they have not been overwritten by the FTP app. The configure.php files are sometimes not saved due to the file permissions. It's...
  32. v151 Modifying Products URL Link - Adding Client Variables Dynamically.

    Hi Guys,

    I'm modifying the Product Pages 'Product URL' input so that I can pass a user onto another website with some client variables. I have no need for it's normal use as is, so it makes sense...
  33. v151 Re: Product URL on tpl_product_info_display.php to display only when user is logged i

    Works perfectly, I wish that I knew PHP.

    Many Thanks Lat9!
  34. v151 Product URL on tpl_product_info_display.php to display only when user is logged in?

    Hi everyone, can somebody please help me out with the following:

    Product Page - I'm wanting to amend a small portion for my websites benefit.

    On the 'tpl_product_info_display.php' or 'Product...
Results 1 to 34 of 34
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR