Page 1 of 1
Search found 18 matches
Re: Usercode to register account in shop 3.0.3.8
How exactly do you want to send registration code? If by email, then it quite easy to implement. Yet if you want to send it by phone, then you also need to make a contact with your cell company. Thx for the reply! The code is preset and is sent to the customer manully prior to registration. So the ...
Jump to post- Mon Jan 09, 2023 4:43 pm
- Replies 5
- Views 973
Usercode to register account in shop 3.0.3.8
I am setting up at new shop and would like to add a registration code for new users that is trying to make an account in the shop. It should be a requierd field with a preset "password" to get access to the shop. This shop is not going to be public, its for contract customers. How can I do...
Jump to post- Mon Jan 09, 2023 3:37 pm
- Replies 5
- Views 973
Re: OpenCart 2.3.0.2 Carusel, add more brands logo
Hi I use Carusel integrated module with opencart. I want to add more brand logo, there are 8 brand logo right now, but I want more. How can I add more brand logo to this carusel. Thanks Yes you can, and its quite easy aswell :) In admin: Design > Banners > Manufacturers (click edit) Scroll down and...
Jump to post- Fri Feb 10, 2017 4:37 am
- Replies 6
- Views 2120
Re: cart total in header, how to php echo?
ok, thx. One step closer
Could someone help me or point me in the right direction regarding what I need to do in the controller and how to later pull the price in the header.tpl?
- Wed Feb 08, 2017 5:33 pm
- Replies 2
- Views 1473
cart total in header, how to php echo?
I am working on adding a fixed header for mobile device that shows a cart total price(no text displaying number of products) and a button for "go to checkout". Was thinking this would be pretty easy but is stuck on pulling the cart total into my "mobile header" code. I was thinki...
Jump to post- Wed Feb 08, 2017 7:03 am
- Replies 2
- Views 1473
Re: how to locate php file for fixing translation problems?
hehe guess your right, its not a big problem and I do get by just looking for the most probable location
Jump to post- Wed Feb 08, 2017 6:52 am
- Replies 4
- Views 4665
Re: how to locate php file for fixing translation problems?
well, I am aware of that. But in some cases(alot actually) there is no obvious dir path to go look in...not for me anyway I was hoping someting in the source code would give you a hint Before the php is compiled you can see the php call for the transaltion, it would be awsome to see that while brows...
Jump to post- Sun Feb 05, 2017 7:29 am
- Replies 4
- Views 4665
how to locate php file for fixing translation problems?
just installed swedish translation to a new 2.3.0.2 OC shop. Some tranlations I would like to change to a better suited one and a few is missing. Is there an easy way to browse the site with firebug or something and get the info to witch php language file I should edit? For example the add to cart b...
Jump to post- Sat Feb 04, 2017 6:21 am
- Replies 4
- Views 4665
Re: OC2 HTML-content module problem
Sure. Something like this is what I am trying to add <div class="row flew"> <div class="col-lg-4 col-md-4 col-sm-12 col-xs-12" style="margin:5px 0px; padding:0px 5px;"> <div style="background-color:#CCC; height:100px">SOME CONTENT</div> </div> <div class="...
Jump to post- Fri Nov 27, 2015 11:26 pm
- Replies 2
- Views 435
OC2 HTML-content module problem
I am using a pretty standard shop and whant some custom content on the main home page The layout right now is The slideshow > Lates Products > Featured Products I whant some custome banners under the slideshow so I thought using the HTML-content module would be great. But this module seems to be ver...
Jump to post- Thu Nov 26, 2015 9:16 pm
- Replies 2
- Views 435
Re: New guy, needs help!!
So what is your question? Agree with above.. maybe you need to hire a dev. Btw. Getting a good google rank takes time and effort. You wont get any decent placement for 6 month and you need to have content on your site. Ask yourself why your site should be rankt above the current top sites on your ke...
Jump to post- Sat Sep 19, 2015 7:46 am
- Replies 3
- Views 581
Re: All orders are shown as "Cancelled Orders" PLEASE HELP
Try changeing defult order status inside paypal exstention in admin?
Jump to post- Sat Sep 19, 2015 7:41 am
- Replies 3
- Views 425
Re: Customer Email on order update
I have checked the mail/order.php file and the translation is correct in that file ??? Thing is the text "Please reply to this email if you have any questions." is in swedish in the order email but in english in the order status update email.. cant seem to find the reson or how the text in...
Jump to post- Fri Sep 18, 2015 3:26 pm
- Replies 5
- Views 1091
Customer Email on order update
Feels like this question should have been asked before but cant find an answer when searching.. Where do I edit the email text that is sent out when updateing an order. For ex. if I change the order status to "shipped" in history and check the box for notify customer they get an email with...
Jump to post- Thu Sep 17, 2015 10:33 pm
- Replies 5
- Views 1091
product-grid - gaps on mobile device
I hope someone can spear the time and effort to help me..guessing this one takes some looking in my sorce code and viewing on mobile device I have messed around abit with the product-grid to suit my needs Have a look: http://pryljakt.nu/ and http://pryljakt.nu/roliga-prylar All looks fine on laptop ...
Jump to post- Sat Sep 12, 2015 1:05 am
- Replies 0
- Views 288
Re: change width of element in #container (product page)
how embarrassing .. I did try to change the product.tpl file to edit the col-sm-6 to -7 and -5 as you suggested but I could not get it to work. Now i realized I was uploading the .tpl file to the wrong direcotry all the time on the ftp ::) For anyone whanting to do the same here is what I change in ...
Jump to post- Thu Sep 10, 2015 6:02 pm
- Replies 4
- Views 1115
change width of element in #container (product page)
I have a problem with what I thought was a pretty simple task See image: OC2.jpg I would like the right part(with the buy button etc.) to be narrower. And the middle part(with product descripton etc.) to be wider. And only on @media (max-width: 1200px) Cant get it to work.. I am guessing I am useing...
Jump to post- Thu Sep 10, 2015 3:47 am
- Replies 4
- Views 1115
Grid List Collumn Count (from 3 to 5..how?)
Desided to give OC a try comming from OSC it feels mutch more up to date. I would like to change the number of collumns in the grid list view when viewing categorys. By defult it looks like 3 in evry row.. I would like 5, or maybe more. How would I do this? Found alot about this for version 1.5.x bu...
Jump to post- Fri Aug 28, 2015 9:11 pm
- Replies 2
- Views 458
Search found 18 matches