X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   2 place pricing not working (https://forum.x-cart.com/showthread.php?t=36139)

TToshi 12-13-2007 09:42 AM

2 place pricing not working
 
1 Attachment(s)
Hi all,
Please give me your idea how to fix this problem.
Take look attached image that shown 2 pricing tables.
You'll see different price top and bottom.
I have some color option that makes different price and only change top.
Is anyone know how to change price top and bottom.

Thank you.

balinor 12-13-2007 09:46 AM

Re: 2 place pricing not working
 
Welcome to the X-Cart forums! Please start by reading the following thread, which will help you get started and hopefully make your experience here a positive one:

http://forum.x-cart.com/showthread.php?t=23970

Please note that this link is not an answer to your question, but we need you to update your signature with your X-Cart version so that we can answer your question correctly. Thanks! :)

jdiehl 12-13-2007 11:32 AM

Re: 2 place pricing not working
 
Are you using identical code in both locations? I believe that the change is made via Javascript. If you notice in the code when the option is called a function is called which changes the display based of a object tag that is set in the code. The problem with this is that the Javascript will not change all instances of the object, it will always assume that there is only one object of the same name and will update the first it finds.

You will need to first change the object tag based off of how the javascript is finding it to make the change for one of the objects so that each is unique. Then second change the javascript that makes the change to make the change for both objects not just the one.

TToshi 12-13-2007 02:09 PM

Re: 2 place pricing not working
 
Hi jdiehl,

Thank you for submit.
Yes, I see the javascript of :
/*
variants array:

But I don't know how to do fix this.


All times are GMT -8. The time now is 07:08 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.