Unable to find cart references in Shoppica 2

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeUnable to find cart references in Shoppica 2

This topic has been marked as resolved.

Hi, for Shoppica 1 I changed all text references from cart to basket using a vQmod, which worked well.
On installing Shoppica 2 some I changed have remained as basket but the pop up that appears when you add an item to the basket says product added to cart and a tick with added to cart, as does the button at the bottom of that little window, and when you remove the item from that window with the little cross it says cart both times there too.
I have looked at the global.lang.php and added the following list with the changed text to the vQmod:

$_['text_cart_title_add']                  = 'Product added to Cart!';
$_['text_cart_add']                        = '<a href="%s"><strong>%s</strong></a> added to <a href="%s">shopping cart</a>!';
$_['text_cart_title_remove']               = 'Product removed from Cart!';
$_['text_cart_remove']                     = '<a href="%s"><strong>%s</strong></a> removed from <a href="%s">shopping cart</a>!';

And as it mentions cart:

$_['text_cart_voucher_remove']             = 'Voucher removed from <a href="%s">shopping cart</a>!';

But none of the above are changing it still says cart, not basket.

Is there another file I am missing that I need to change?

Thanks

June 20, 2012 at 2:52 am #10579
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 22, 2012 at 12:32 pm #10649

That is the issue that I mentioned in the first post, from line 42 in global.lang,php I have set up individual changes that I needed but it hasn’t worked yet other changes I originally made to basket still work

Please find attached screenshots to show what I mean that each mention of cart that I changed is still appearing wrong and the vQmod that shows the changes.

Please help as I really do not know why it is not working with Shoppica 2 but was fine in Shoppica 1.

June 24, 2012 at 4:07 pm #10721
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
June 26, 2012 at 12:59 pm #10784

Thanks for helping me get this working it is much appreciated! And for planning to add to next release :)

June 29, 2012 at 9:26 pm #10916

You are welcome, Caz :)

BR,
ThemeBurn team

July 2, 2012 at 11:21 am #10995
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.