• Closed by: Kate Support
  • Closed on: 07.07.14, 16:03
  • Reason: Fixed

Ticket #5350 - Product Carousel

Before ticket creating please visit Alysum wiki. There you will find answers to many of your questions. http://docs.promokit.eu/doku.php/alysum

Alysum 3.1 known bugs and solutions.
http://support.promokit.eu/index.php?do=details&task_id=5017

Alysum 2.9 (Prestashop 1.5) known bugs and solutions.
http://docs.promokit.eu/doku.php/alysum:alysum29_fixes

Hello,
How do you change the product carousel from showing the price with the tax to showing the price without taxes added?
Thank you for your help.

Comments

Alex 01 Jul 2014, 16:33

Hi.
To be clear you have changed the taxes rules in the back-office - made price without taxes and everywhere the price has changed and only Products carousel has tax included price?

N. Dennard 01 Jul 2014, 18:14

Yes. I have it set to the tax not showing except when you go to checkout. So you just see the price of the item for the shop, and then you can view the final price with shipping and tax together when you go to checkout. The product carousel module shows the tax added when a customer is signed in and I need it to be the same as the rest of the shop. I’m just testing every aspect of the theme now and modules. I’m also am having trouble with the promo minic slider module. I can’t get it to show up. I also can not get my search bar, currency bar, and language bar, to display like the demo. I’ve played around with different positions, hooking and unhooking the modules, so far this is the only way for them to display and work correctly. Any help would be greatly appreciated. Thank you.

N. Dennard 01 Jul 2014, 18:45

I got the promo slider module to work now. However I noticed that I can’t get my blog module to slide on the home page as before. It only shows one post (the one with the flamingos) instead of changing between all of the posts and showing two posts.

N. Dennard 01 Jul 2014, 20:15

Okay, so I just updated prestashop and got just about everything back working. Just need the search, currency, and language modules working and the tax removed from the product carousel module. Thank you for your help.

N. Dennard 01 Jul 2014, 21:14

I just tried to work with positions and hooks to get the search bar, language bar, and currency bar to work. They are disabled for the moment. When enabled, the blog slider action does not work. It stays static. I don’t need a language or currency block at the moment but I do need a search bar for the website. Thank you for your help.

N. Dennard 01 Jul 2014, 22:21

I enabled the quick search module again. It only shows to the correct size when hooked on DisplayTop position. I have it hooked onto the
DisplayLeftColumn position so that customers can still search. When hooked on DisplayTop position, it is the correct size but is in the wrong section of the site (upper left instead of upper right corner) and it also stops the blog from moving between posts on the home page. When I hook it onto the DisplayHeader position it is in the wrong section (Middle of site) and stops the blog from moving between posts on the home page.

Alex 01 Jul 2014, 22:47

Hi.
Add this code to the end of the alysum.css

#pattern #search_block_top #search_query_top {
  width: 150px;
  background: #FFF;
  height: 21px;
  border: 1px solid #D3D1D1 !important;
  margin-right: 4px;
}
#pattern #search_block_top {
top: 90px;
right: 10px;
left: auto;
}
N. Dennard 01 Jul 2014, 23:21

Thank you. It worked for the search bar.

Is there something special I can do for the product carousel module?

Thank you for your help.

N. Dennard 02 Jul 2014, 00:23

The tax also shows for the promo minic slider. Is there a way to show the price without the tax added for both modules? Thank you for your help.

Alex 02 Jul 2014, 13:13

Hi. Where can I see the difference of the price? http://clip2net.com/s/ir0R2g
Write me please step by step instruction how to reproduce the bug.

N. Dennard 02 Jul 2014, 19:27

http://tinypic.com/r/20f722f/8

1. You create a customer account, where the taxes apply (I live in florida so my taxes are set for florida)
2. Then you sign in and see the amount with the tax added for that region/state/florida.
You can make a new account with the address 123 St. Tallahassee Florida 32304 USA and you will see the price change.

Alex 03 Jul 2014, 12:23

Please check the access to the FTP in your profile. I can’t enter with the provided access

N. Dennard 04 Jul 2014, 23:08

Hello, I updated the login specs.

Alex 05 Jul 2014, 12:40

http://clip2net.com/s/isicVh

for tax excluded changed in the Promo minic
in the files
/modules/pk_promominicslider/views/templates/front/multiple.tpl
/modules/pk_promominicslider/views/templates/front/single.tpl

 {displayPrice price=$price}

to

{displayPrice price=$minicSlider.promo_products.$k.price_tax_exc}

in the ProductsCarousel file /modules/pk_productsCarousel/pk_productsCarousel.tpl

{displayPrice price=$product.data.price}

changed to

{displayPrice price=$product.data.price_tax_exc}

[Promo minic change code - image atached]

N. Dennard 05 Jul 2014, 18:20

Thank you so much!