- Posts: 20
- Thank you received: 0
Quantity Box Help!
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
12 years 11 months ago #1384
by Leonard Wendland
Quantity Box Help! was created by Leonard Wendland
I accidentally removed my quantity box and forgot how to put it back.
Can you guide me?
Respectfully,
Len
Can you guide me?
Respectfully,
Len
Please Log in or Create an account to join the conversation.
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 20
- Thank you received: 0
12 years 11 months ago #1385
by Leonard Wendland
Replied by Leonard Wendland on topic Re: Quantity Box Help!
Can you please help?
Please Log in or Create an account to join the conversation.
- Linh Robert
-
- Offline
- Banned
-
Less
More
- Posts: 908
- Thank you received: 568
12 years 10 months ago #1388
by Linh Robert
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
Replied by Linh Robert on topic Re: Quantity Box Help!
Hi,
please edit templates/ot_sportshop/html/com_virtuemart/productdetails/default_addtocart.php
and after this line:
Add the code:
Thanks
please edit templates/ot_sportshop/html/com_virtuemart/productdetails/default_addtocart.php
and after this line:
Code:
<div class="addtocart-bar">
Add the code:
Code:
<div class="product-quantity">
<div class="product-field">
<div class="product-field-i">
<?php // Display the quantity box ?>
<label class="quantity_box" for="quantity<?php echo $this->product->virtuemart_product_id; ?>" class="quantity_box"><?php echo JText::_('COM_VIRTUEMART_CART_QUANTITY'); ?>: </label>
<span class="quantity-box">
<input type="text" class="quantity-input js-recalculate" name="quantity[]" value="<?php if (isset($this->product->min_order_level) && (int) $this->product->min_order_level > 0) {
echo $this->product->min_order_level;
} else {
echo '1';
} ?>" />
</span>
<span class="quantity-controls js-recalculate">
<input type="button" class="quantity-controls quantity-plus" />
<input type="button" class="quantity-controls quantity-minus" />
</span>
<?php // Display the quantity box END ?>
</div>
</div>
</div>
Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The following user(s) said Thank You: Leonard Wendland
Please Log in or Create an account to join the conversation.
- Leonard Wendland
-
Topic Author
- Offline
- Junior Boarder
-
Less
More
- Posts: 20
- Thank you received: 0
12 years 10 months ago #1395
by Leonard Wendland
Replied by Leonard Wendland on topic Re: Quantity Box Help!
Worked perfectly!
Do you offer customization services for Virtuemart?
Respectfully,
Len
Do you offer customization services for Virtuemart?
Respectfully,
Len
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
12 years 10 months ago #1397 by Trung Duong
Replied by Trung Duong on topic Re: Quantity Box Help!
Yes, we're ready to do the custom work from clients. Please email me if you're needed: services(at)omegatheme.com
Thanks
Thanks
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
Time to create page: 0.213 seconds