Couple of Bugs with MultiMerch Shipping System Compatibility Patch

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeCouple of Bugs with MultiMerch Shipping System Compatibility Patch

This topic has been marked as not resolved.

Hey Guys

First off, great work with the Pavilion Theme and also releasing compatibility vqmod files for Multimerch. It’s taking us closer and closer to our target features… :)

There are a couple of issues with the multimerch shipping system compatibility vqmod file you guys have released.

First off, shipping_estimate_product_id is missing which causes the estimate shipping tab on product page to not work

So in the file multimerch_zt_shipping_pavilion.xml, before the last </file> (which is for pavilion’s product.tpl) add the following operation:

<operation>
<search position="before"><![CDATA[
<?php $tbData->echoFooter($footer); ?>
]]></search>
<add><![CDATA[
<script type="text/javascript"><!--
var shipping_estimate_product_id = <?php echo $product_id; ?>;
//--></script>
]]></add>
</operation>

Second problem, the Estimate Shipping tab link expects full url and not just the #tab-shipping-estimation for the href. So again in the file multimerch_zt_shipping_pavilion.xml find

<?php if ($this->config->get('msship_product_shipping_cost_estimation') && $shippable && $is_seller) { ?><li><a href="<?php echo $last['href']; ?>#tab-shipping-estimation" data-toggle="tab"><?php echo $ms_tab_shipping_estimation; ?></a></li>

replace with

<?php $last = end($breadcrumbs); ?>
<?php if ($this->config->get('msship_product_shipping_cost_estimation') && $shippable && $is_seller) { ?><li><a href="<?php echo $last['href']; ?>#tab-shipping-estimation" data-toggle="tab"><?php echo $ms_tab_shipping_estimation; ?></a></li>

Now the Estimate shipping costs tab should be working fine.

Hope this helps.

  • This reply was modified 3353 days ago by  wgolightly.
  • This reply was modified 3353 days ago by  wgolightly.
  • This reply was modified 3353 days ago by  wgolightly.
  • This reply was modified 3353 days ago by  wgolightly.
  • This reply was modified 3353 days ago by  wgolightly.
  • This reply was modified 3353 days ago by  wgolightly.
February 22, 2015 at 8:00 pm #38543

wgolightly… did this show the front page when the estimate shipping costs tab was clicked?

Has shown here?

http://support.themeburn.com/topic/is-this-a-bug-or-not

February 22, 2015 at 9:50 pm #38549

Hi wgolightly

What you say is true, I’ve tried it and it worked fine
This proves the support team never tried

Thank you’ve done the best

Please made compatible multimerch_xt_social_links.xml

  • This reply was modified 3353 days ago by  lumada.
 lumada
February 22, 2015 at 9:55 pm #38550

Thank you for confirming I have been waiting nearly 4 days for the support people to help me on this but no help.
I will try your fix on mine and see how it goes.

February 23, 2015 at 12:41 am #38559

Hey TrulyHandCraft

That’s exactly the bug which this will fix! :)

February 23, 2015 at 4:37 am #38562

Guys, made a slight correction. There were many instances of the line slotStop(); so replaced it with the echoFooter($footer);

Have changed the main post, please reapply the first change.

Regards

  • This reply was modified 3353 days ago by  wgolightly.
February 23, 2015 at 4:51 am #38564

above the “add to cart”
show up
Delivery type: Shippable product

 lumada
February 23, 2015 at 10:55 am #38568

Hello,

I followed your instructions above with the echoFooter change however this stopped the estimate shipping from working so I have changed it from:

echoFooter($footer); ?>

to

slotStop(); ?>

which i believe is what you had before you changed it. (however this is a guess as you edited the post and I can’t see what you had before)

Thanks

February 23, 2015 at 1:46 pm #38588

admin -> extentions -> modul -> [MultiMerch] Shipping System and edit
select yes “Enable product page shipping cost estimation”

 lumada
February 23, 2015 at 2:16 pm #38589

I had that already done…. but still had the issue but its all fixed now. :)

February 23, 2015 at 2:26 pm #38590

Hi,

We’ve updated the compatibility fix to match the latest MM version. Also provided a fix for the SEO url problem:

http://support.themeburn.com/topic/multimerch-multivendor-system-for-opencart

Shipping mod is also updated:

http://support.themeburn.com/topic/multimerch-%E2%80%93-shipping-system

BR,
ThemeBurn team

February 23, 2015 at 6:53 pm #38645
Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.