Search:

Type: Posts; User: Calljj

Search: Search took 0.01 seconds.

  1. Replies
    1,667
    Views
    287,811

    Re: Price Updater

    just a little php7 issue:


    PHP Warning: Use of undefined constant DPU_OUT_OF_STOCK_IMAGE - assumed 'DPU_OUT_OF_STOCK_IMAGE'



    But.... is it possible to not show a zero price, or show an "out...
  2. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater - taxation

    many thanks, the link provided the solution i needed
  3. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater - taxation

    forgot to say, product price "zero", product priced by attributes.
  4. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater - taxation

    OK, on to the next thing :D

    sooo..... when a product is on sale, how do i get the "normalprice" to include the taxtation?
    At the moment it gives:


    Price: £649.17 £467.40
    Save: 40% off
  5. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater - SOLVED

    So problem finally solved!
    I would never have even thought of looking at the encoding issues of a file, the first time i've come across such an issue!
    Indeed, it was not a character that was the...
  6. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Changed code,no difference.
    happening on all browsers.
  7. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    so changing the line not made any difference, the error is thrown back as a result of the request, whereas that line is processing a successfull request?

    jquery gives 3.2.1

    thanks for continued...
  8. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    outputs:


    Array
    (
    [responseType] => success
    [data] => Array
    (
    [priceTotal] => <font size="0.5" color="#636363">Price: </font>&pound;909.00
    ...
  9. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    nope, all latest, the json i presented was the request to the ajax, not the response, i presumed it was getting the hump with the request seeing as the result was an error.
    i posted the response...
  10. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    then showing the JSON gives:

    ...
  11. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Changing code to

    .fail( function(jqXHR,textStatus,errorThrown) {
    alert(errorThrown);

    gives:

    SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data
  12. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    ok, seems to fail within the jscript_dynamic_price_updater.php
    when approx line 139, makes a call to

    zcJS.ajax(option).done{
    which my result goes to

    .fail(...
  13. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater and bootstrap template

    So the response given in the console is changing every time i make a change in atttribute selection...


    responseText: "\r\n\ufeff{\"responseType\":\"success\",\"data\":{\"priceTotal\":\"<font...
  14. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater and bootstrap template

    Aha! Well thought, yes the framwork file was missing from my older style template files, added this in and spinning wheel now gives a price.
    But this price remains the same, no matter what...
  15. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater and bootstrap template

    trying to upgrade my site from 1.50 to 1.56a as the force of running php7 comes in. but what a nightmare!

    Anyhow, almost there, but for DPU have the constantly spinning wheel and the console error...
  16. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    So can you just confirm for me.
    1) you set up a product with zero value priced only by attributes.
    2) you set up 3 attributes, priced at 10, 20, 30 (without the 'plus' sign infront in attribute...
  17. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Thanks for looking.
    moved the file across.
    removed the comma from facebook pixel (although facebook was reading it fine through the Chrome Pixel addon checker thingy)
    still no change.
  18. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    just replaced all files from fresh donwload of 3.2
    issue is exactly the same.
    happy to pm url for you to see.
  19. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Ok, apologies for all the responses, i'm kinda brainstorming aloud!
    So it seems, that the comment out of the

    pdpt = test[a];

    Also has an effect on my other issue on the shopping cart page!...
  20. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Further to this, can force the error.
    includes/modules/pages/product_info/jscript_dynamic_price_update.php


    // use the spans to see if there is a discount occuring up in this here house
    var...
  21. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Tried webchills, no result.
    Latest version of DPU, but have to keep reverting as just giving me 0.00
  22. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    I have ceon seo url also installed, definately related to dpu module and the zen_back_link() url function as it works fine from any other page apart from a product page.
    I simply go to a product...
  23. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Im still having problems with DPU as per post:
    https://www.zen-cart.com/showthread.php?70577-Dynamic-Price-Updater&p=1344422#post1344422

    I'm also having issues with after adding product to the...
  24. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Sorry, attribute flags

    no- yes- yes- yes- yes - no
  25. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    HI, thanks for prompt reply.
    Zen 1.5



    <!--bof Product Price block --> <h2 id="productPrices" class="productGeneral"> <font size="0.5" color="#636363">Price: </font><span itemscope...
  26. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    .. had an idea.. but it wasnt it..
  27. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Hi hope you can help, i've gone from 3.07 to this 3.2 as my original sale prices weren't changing on products with attributes.

    So my original issue with 3.07 was

    For example
    product loads with...
  28. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    So ,based on digging, found the only way i can get the price to still display correctly when product is sold out is to change the template file
    tpl_product_info_display.php

    find


    ...
  29. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    just noticed that if the setting "Show Sold Out Image in place of Add to Cart" is set to 1, then i just get 0.00 displayed for the price.
    if the setting is set to 0, then the price displays fine. ...
  30. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    HI, thanks for reply, just tried the code change but didnt make any difference.
    Just noticed same issue applies to any product (discounted or not) if quantity set to 0, and setting for checkout not...
  31. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Products are set to display only when stock is 0.
    to replicate, just set a standard product to zero stock quantity, no priced by attributes, then discount it.
    the original price shows, the discount...
  32. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Issue occurs on the product_info page. I'm not using any stock by attributes mods. just simply if the main product stock level is zero, the discounted price goes to zero (the original rrp remains the...
  33. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Just also noticed that if i do a salemaker for a category discount, and one of those products in the sale is Zero stock.
    The discounted price says "0.00"
  34. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    on a tangent.. i have a finance calculator that uses the "base price" of a product when the products_page is loaded and gives payment information to the customer. lets call this finance_calc.php....
  35. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Thanks you for adding, i do feel like this would be a valid part of the module.
  36. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    That's a shame as it confuses the customers on sale items especially if there is a big price difference between the cheapest and the most expensive attribute- when for example the normal price of £5...
  37. Replies
    1,667
    Views
    287,811

    Re: Dynamic Price Updater

    Firstly, many thanks for this mod, installed and worked straight away, can't believe its taken me so long to get around to using it!

    A quick ask, incase i'm missing it, but when products are on...
Results 1 to 37 of 37
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR