Zen Cart Logo
Forums / All Other Contributions/Addons / Dynamic Price Updater

Dynamic Price Updater

Views: 342,272

Results 541 to 560 of 1,701
25 Nov 2009, 9:41 AM
#541
oavs avatar

oavs

Totally Zenned

Join Date:
Jan 2006
Location:
Downunder - QLD - Gold Coast
Posts:
921
Plugin Contributions:
0

Dynamic Price Updater

Ok still no answer? Well since I have installed the newest version of Price Updater and still no change. I even went to phpAdmin and replaced those incorrect amounts in the list view manually and still displaying incorrect old amounts. Yes I have edited the one and only database. Please see attached images in sequence . You will see that list view amounts are different then attribute amounts.

I really need to sort this out and any help or suggestion would be a great help.

Thank you

2 Dec 2009, 10:49 PM
#542
kmbi avatar

kmbi

New Zenner

Join Date:
Sep 2009
Posts:
24
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi
I saw in your posts that this mod works with radio and drop down attributes types.
Is this possible to use it with Product Attribute Grid?

Thank you.

6 Dec 2009, 2:32 AM
#543
chingy avatar

chingy

New Zenner

Join Date:
Nov 2009
Location:
Northants UK
Posts:
6
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi Guys,

I have been through this thread and couldn’t find any more info, this is an excellent add-on and I always use it. For my new site I have run into a problem.

I have commented out two lines in attributes.php that removes the prices from the dropdowns so just the different option name and not the prices are seen.

$products_options_display_price= ATTRIBUTES_PRICE_DELIMITER_PREFIX . $products_options->fields['price_prefix'] .

$currencies->display_price($new_attributes_price, zen_get_tax_rate($product_info->fields['products_tax_class_id'])) . ATTRIBUTES_PRICE_DELIMITER_SUFFIX;

Problem is it stops the DPU working.

I have spent a bit of time trying to figure out how to get them both working together and I have drawn a blank. Has anyone figured out how to get this working for 1.38a as the solution earlier in this thread doesn’t work for me as its for 1.37, any changes that I make just blanks the page.

Is it possible to change the output to either a specific color, or not visible so the DPU can still work but the price can’t be seen?

Can anyone help, my page is just standard

http://tinyurl.com/ylzxdol

Any help would be greatly appreciated.

Thanks

Chingy

8 Dec 2009, 12:05 AM
#544
bigsy85 avatar

bigsy85

New Zenner

Join Date:
Aug 2008
Posts:
50
Plugin Contributions:
0

Re: Dynamic Price Updater

Are you still developing this chrome.

I really need to get this to work with 'attribute replaces main image' mod

Any help at all would be appreciated. Has anyone else conquered compatibility problems...also £50 via PayPal still stands for anyone who can help.

11 Dec 2009, 11:38 AM
#545
jill8026 avatar

jill8026

Totally Zenned

Join Date:
May 2007
Posts:
461
Plugin Contributions:
0

Re: Dynamic Price Updater

Does anyone have any idea how to get the prices removed from the dropdown? I have done it on the older version of dynamic updater but no matter what code I try it won't work on the latest version....I tried adding a span so I can at least make the price text white so it is invisible that did not work either!

Does anyone have and answer who can help? I have tried everything!

Thanks!!!!

14 Dec 2009, 11:13 AM
#546
rainyplace avatar

rainyplace

New Zenner

Join Date:
Nov 2009
Location:
QLD, Australia
Posts:
42
Plugin Contributions:
0

Re: Dynamic Price Updater

I have installed it like in the instructions (Version2) both my test site and live site and nothing is showing..

Have i missed something, or something i need to 'turn on' ?

Cheers
Grant.

16 Dec 2009, 3:18 AM
#547
rainyplace avatar

rainyplace

New Zenner

Join Date:
Nov 2009
Location:
QLD, Australia
Posts:
42
Plugin Contributions:
0

Re: Dynamic Price Updater

does this contribution not have any support anymore!!

16 Dec 2009, 3:19 AM
#548
rainyplace avatar

rainyplace

New Zenner

Join Date:
Nov 2009
Location:
QLD, Australia
Posts:
42
Plugin Contributions:
0

Re: Dynamic Price Updater

does this contribution not have any support anymore!! :cry:

20 Dec 2009, 4:40 AM
#549
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Dynamic Price Updater

Chrome:

Hi all

I know I've been highly delinquent in my support of the Updater... For this I apologise; I've some serious employment issues and have hardly any time

Now, I know I've said this before but I am going to fix the Ajax issue (browsers permitting of course)

121: Your issue can be fixed by adjusting the line

var _secondPrice = 'cartAdd';

> ```
var _secondPrice = false;
```HTH
> 
> Again, sorry everyone... I'll get back to work on this at my earliest opportunity
> 
> Dan
Their still is support you just have to read a few post back sometimes.
23 Dec 2009, 11:38 PM
#550
chrome avatar

chrome

Zen Follower

Join Date:
Jul 2005
Location:
Wales, UK
Posts:
392
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi all

I sincerely apologise for my lack of support

I've been suffering some health issues... This is the first time I've checked the thread in a while... Sorry

As soon as I can over the next week or so I'll get some fixes written and re-scan the thread for issues

Please bear with me

Dan

4 Jan 2010, 12:45 AM
#551
gl3ny avatar

gl3ny

New Zenner

Join Date:
Dec 2009
Posts:
24
Plugin Contributions:
0

Re: Dynamic Price Updater

Get well soon chrome :smile:

Please can someone help me with this little problem. I don't know PHP very well at all but I've tried my best.

I'm using DPUv2 which is working great BTW! The problem is I have replaced the code from "<!--bof Add to Cart Box -->" to "<!--eof Add to Cart Box -->" in my "tpl_product_info_display.php" with this code that I got from another thread:

<!--bof Add to Cart Box -->
<?php
if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
  // do nothing
} else {
?>
            <?php
    $display_qty = (($flag_show_product_info_in_cart_qty == 1 and $_SESSION['cart']->in_cart($_GET['products_id'])) ? '<p>' . PRODUCTS_ORDER_QTY_TEXT_IN_CART . $_SESSION['cart']->get_quantity($_GET['products_id']) . '</p>' : '');
            if ($products_qty_box_status == 0 or $products_quantity_order_max== 1) {
              // hide the quantity box and default to 1
              $the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
            } else {
              // show the quantity box
    $the_button = PRODUCTS_ORDER_QTY_TEXT . '<input type="text" name="cart_quantity" value="' . (zen_get_buy_now_qty($_GET['products_id'])) . '" maxlength="6" size="4" /><br />' . zen_get_products_quantity_min_units_display((int)$_GET['products_id']) . '<br />' . zen_draw_hidden_field('products_id', (int)$_GET['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
            }
    $display_button = zen_get_buy_now_button($_GET['products_id'], $the_button);
  ?>
  <?php if ($display_qty != '' or $display_button != '') { ?>

    <?php
      echo $display_qty;
      ?>

      <div id="cartAdd" style="display:none;"> Wait .....  images are uploading ......<br>
      This can take several minutes .... Please wait ...<br> <img border="0" src="/includes/templates/pc020/images/progress.gif" width="350" height="50"> </div><a href="javascript:ShowDiv()"></a> <div onclick="ShowDiv()">
       <center><br>
      <?
        if  ($pr_attr->fields['total'] > 0 && (!$_SESSION['customer_id'])) {

       echo '<a href=index.php?main_page=login><b><font size="3" color="red">IMPORTANT:<br>You have to login before order this item<br>
--- Log in here ---</a></font></b>';

        } else {

    echo $display_button;
  }
            ?>
          </div>
          </div>

<script language="javascript">
function ShowDiv()
{
document.getElementById("cartAdd").style.display = '';
}
</script>
  <?php } // display qty and button ?>
<?php } // CUSTOMERS_APPROVAL == 3 ?>
<!--eof Add to Cart Box-->

What it does is hides the add to cart function until the user logs in. I want this in order to prevent the user uploading files without logging in.

The problem, this has caused with DPU is that the price is displayed as 0 until the user logs in. I would like the user to be able to see the prices whether logged in or not.

I'm not very good at PHP but have played around to try and get the price to display with no luck. Does anyone have any idea if I could make this work.

Any help very much appreciated!!!

7 Jan 2010, 6:21 PM
#552
izar74 avatar

izar74

Zen Follower

Join Date:
Mar 2009
Location:
Italy
Posts:
155
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi all,

just a question, do someone menage DPU to work with Dual pricing mod?
The thing i'm looking for is the showing of the two different prices in the product_info page.
With Dual pricing if you are logged and you are a wholesaler you will see 2 prices Retail and Wholesale.
After installing DPU when you load the product page the prices will show for a sec and after the "Wholesale price" and "retail price" will disappear leaving only "price" which will show the correct price by the way. It should be a java issue maybe, if someone solved it please just tell me how :-)

7 Jan 2010, 6:40 PM
#553
chrome avatar

chrome

Zen Follower

Join Date:
Jul 2005
Location:
Wales, UK
Posts:
392
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi all

gl3ny: Sorry, the Updater uses the cart to derive its prices. If the cart says that someone has to be logged in then I'm afraid it has to be so

izar74: Again, sorry, at the minute at least the Updater doesn't support dual-pricing

These are all things that are on the backburner as I tackle some issues with other parts of the mod

Apologies for the huge delays involved here; it just seems to be the way my life is going currently :laugh:

Dan

7 Jan 2010, 11:42 PM
#554
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Dynamic Price Updater

For Products with Specials/Sales I cheated ... :cool:

I have the normal price display also shown when there is a special or sale ... and then I have the 2 magic prices that work based on the quantity ...

9 Jan 2010, 5:52 PM
#555
perkiekat avatar

perkiekat

Zen Follower

Join Date:
Aug 2009
Location:
Carmi, IL
Posts:
354
Plugin Contributions:
0

Re: Dynamic Price Updater

Can this module be applied to certain categories only? I have wholesale and retail pricing but store owner does not want the retail price of a certain category not show up. When I removed the retail price, the dynamic Price Updater stopped working in this area due to the item store owner not wanting to show is the lowest price of the sizes offered.
Is there a work around for this to show the next price in line?
BTW...I love this module, looks great on sites.

Thanks!

10 Jan 2010, 12:19 AM
#556
nyzcaddict avatar

nyzcaddict

New Zenner

Join Date:
Dec 2009
Posts:
17
Plugin Contributions:
0

Re: Dynamic Price Updater

Ajeh:

For Products with Specials/Sales I cheated ... :cool:

I have the normal price display also shown when there is a special or sale ... and then I have the 2 magic prices that work based on the quantity ...

How did you go around this linda? I know on the category page it would display the slashed out pricingas well but once you go into the detailed page the DPU goes to work. I was thinking about hardcoding the reg price with a slash out but if you have a cheat....hook me up! :D

also off topic here would you please take a look at this

http://www.zen-cart.com/forum/showthread.php?p=824726#post824726

thanks !!!!

10 Jan 2010, 1:07 AM
#557
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Dynamic Price Updater

The display is manage by the class in the template ... so I made the one at the top use a different class so the price did not change and put one at the bottom where the add to cart quantity is put in that had the class that gets changed ...

This way, the original price always shows on the page and the changing price of what the "actual" price will be based on quantity etc. would show right where the customer is working down by the attributes and add to cart quantity box ...

13 Jan 2010, 11:57 PM
#558
stiggy100 avatar

stiggy100

Zen Follower

Join Date:
Jan 2009
Posts:
298
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi all,

Im still struggling on removing the ( X ) at the end of the price:

http://www.realfairtrade.com/set-of-3-circular-ocean-blue-mosaic-plates-490.html

Where 'Your Price' is and the price Im fine with but those brackets look unprofessional. Does anyone else have this issue, or has someone solved it?

Thanks

Steve

14 Jan 2010, 11:29 AM
#559
chrome avatar

chrome

Zen Follower

Join Date:
Jul 2005
Location:
Wales, UK
Posts:
392
Plugin Contributions:
0

Re: Dynamic Price Updater

Hi stiggy

If you open up dpu_ajax.php in an editor you should see this line:

define('DPU_SHOW_QUANTITY', true);

Change this to

define('DPU_SHOW_QUANTITY', false);

That should sort your problem :smile:

Dan

14 Jan 2010, 5:57 PM
#560
ksookma avatar

ksookma

Zen Follower

Join Date:
Aug 2009
Posts:
212
Plugin Contributions:
1

Re: Dynamic Price Updater

Hey Dan, did you ever get an update out to fix the mod. Still dont work for me.