Shopping Basket


 x 

Cart empty


Log In

Find Us Elsewhere

Forum Search

Keyword

Product Snapshot Pro - Quantity controls persist

  • avkeele
  • avkeele's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
More
9 months 4 weeks ago - 9 months 4 weeks ago #3684 by avkeele
avkeele created the topic: Product Snapshot Pro - Quantity controls persist
I configured the plugin to not display quantity controls. They display regardless.

Joomla 3.6.2; VM 3.0.16
Snapshot is displayed at two locations at www.certifiedinfosec.com/cisa-certificat...tification/cisa-exam .
Last Edit: 9 months 4 weeks ago by avkeele.

Please Log in or Create an account to join the conversation.

More
9 months 3 weeks ago #3687 by boggler
boggler replied the topic: Product Snapshot Pro - Quantity controls persist
The plugin does not handle the quantity controls now, this is handled by Virtuemart, you will need to edit the Virtuemart layout. This is in the file components/com_virtuemart/sublayouts/addtocarbar.php, you will need to remove lines 90 to 93:-
				<span class="quantity-controls js-recalculate">
				<input type="button" class="quantity-controls quantity-plus"/>
				<input type="button" class="quantity-controls quantity-minus"/>
			</span>

Please Log in or Create an account to join the conversation.

More
9 months 3 weeks ago - 9 months 3 weeks ago #3688 by boggler
boggler replied the topic: Product Snapshot Pro - Quantity controls persist
The plugin does not handle the quantity controls now, these are generated by Virtuemart, you will need to edit the Virtuemart layout which is in components/com_virtuemart/sublayouts/addtocartbar.php, you will need to remove lines 90 to 93:-
  <span class="quantity-controls js-recalculate">
  <input type="button" class="quantity-controls quantity-plus"/>
  <input type="button" class="quantity-controls quantity-minus"/>
</span>

It is the only way to stop them from being generated.
Last Edit: 9 months 3 weeks ago by boggler.

Please Log in or Create an account to join the conversation.

Moderators: boggler
Time to create page: 0.207 seconds