Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #41  
Old 01-24-2012, 12:54 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

Quote:
Originally Posted by pwdesign
OK..I see it now. Thanks! Fashion Mosaic has a very different product_details.tpl. I stitched in the code where I thought it should go, unchecked the Text Box option in Appearance and IT WORKS! Thank you!

However...once the item is added to the cart, the quantity field is a text box again and can be changed to any amount. I unchecked "Allow to update product quantity on the checkout pages" in Apperance and it still shows. Is yours like that as well or do you have a dropdown menu in the cart or no quantity update at all?

Thank you very much!

Hmmm that is a very good point pwdesign. I will have a look at that today to see what the best course of action is.
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote
  #42  
Old 01-27-2012, 05:34 AM
 
pwdesign pwdesign is offline
 

Newbie
  
Join Date: Oct 2011
Posts: 9
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

philrisk

Thank you for all your help. Have you been able to think about a solution for the checkout textbox problem?
__________________
Version 4.4.4
Reply With Quote
  #43  
Old 01-27-2012, 05:37 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

Not yet. I'll keep working on it though. Seems the checkout has a lot of script going on in the background checking things which is probably why it was never coded in in the first place.
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote
  #44  
Old 01-27-2012, 05:40 AM
 
pwdesign pwdesign is offline
 

Newbie
  
Join Date: Oct 2011
Posts: 9
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

OK, thanks much. I really appreciate it!
__________________
Version 4.4.4
Reply With Quote
  #45  
Old 03-05-2012, 06:09 AM
 
pwdesign pwdesign is offline
 

Newbie
  
Join Date: Oct 2011
Posts: 9
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

philrisk

Thanks for your help. We just launched the store last night and we're going to wait and see if anyone figures out that they can change the quantity in the cart. Hopefully not!

If they do, we're going to have to plug that hole. I'm just poking you to see if you were ever able to pursue a solution for this. No worries. I just need to have an idea if something may be coming down the pike or to bite the bullet and go to Qualiteam and have them do the mod. Either way, I appreciate the time you put in to help with this.

Thank you!

Pat
__________________
Version 4.4.4
Reply With Quote
  #46  
Old 03-05-2012, 06:22 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

Sorry I haven't managed to work it out yet. There is so much code involved with that input box on the shopping cart its a nightmare! I think thats why no-one else has figured it out yet either. We are live the same as you and no-one has figured it out yet.
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote
  #47  
Old 03-05-2012, 06:32 AM
 
pwdesign pwdesign is offline
 

Newbie
  
Join Date: Oct 2011
Posts: 9
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

No worries. Thanks. We'll see what happens and hope that no one figures it out!
__________________
Version 4.4.4
Reply With Quote
  #48  
Old 05-17-2012, 01:43 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,167
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

Hi Guys,

Has anybody managed to get this great mod working in 4.4.5?

Many thanks and kind regards

Nick
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote
  #49  
Old 05-17-2012, 01:44 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

The code is mostly the same so should work fine.
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

Reply With Quote
  #50  
Old 05-17-2012, 01:48 AM
 
ITVV ITVV is online now
 

X-Wizard
  
Join Date: Nov 2006
Location: UK
Posts: 1,167
 

Default Re: Case Quantities (ie. 12, 24, 36, etc) in quantity pulldown

Hi Phil,

I fail at step 2!

The following code bears no resemblance to the file in 4.4.5
Code:
{if $product.forsale neq "B" or ($product.forsale eq "B" and $smarty.get.pconf ne "" and $active_modules.Product_Configurator)} {if $active_modules.Product_Options ne ""} {if ($active_modules.Extra_Fields and $extra_fields) or ($active_modules.Feature_Comparison and $product.features.options)} <tr> <td colspan="3" class="poptions-product-separator">&nbsp;</td> </tr> {/if} {include file="modules/Product_Options/customer_options.tpl" disable=$lock_options} {/if} {/if}

Any ideas please?

Kind regards

Nick
__________________
X-Cart Pro 4.7.12 Active and working great with reBOOT-reDUX
X-Cart Pro 4.6.6 Retired after 6 years of first class service
X-Cart Pro 4.1.7 Retired after 9 years of first class service

Apache: 2.4.25
PHP: 7.4.5
MariaDB: 10.1.44
Arch: x86_64
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:23 AM.

   

 
X-Cart forums © 2001-2020