nicolas wrote:
1. That means that a product with the same product code exists. You should change the product code of the product so that it works properly. You can try to activate the debug mode of the joomla configuration to see a better error message which should help us understand better the problem.
2. You can indeed remove the payment view of the checkout so that your users are not redirected to paypal. Then, when you edit the order and set the shipping, you can click on the send notification to send an email to the user. However, the notification for shipping method update is empty so you would have to write the email yourself each time. Instead, if you want the whole information of the order you can just change the status of the order and the notification email will contain it. You should add a link to the user's listing of orders where he will be able to click on the pay button for his order. You can get such a link by creating a menu of the type hikashop order listing via the joomla menu manager.
1. so in order to update some product info I have to create a second item similar to my old one? I can't just update some info and save it? I tried removing the code and saving after making adjustments and it just gave me a reply that said "Error." ? I'm not sure what's wrong.
Edit: I ran in debug mode here is the results, hope this helps:
JDatabaseMySQL::query: 1054 - Unknown column 'customtext_167_17_53_48' in 'field list' SQL=UPDATE `jos_hikashop_product` SET `product_name`='Gilbert 1929 Alarm Clock',`product_url`='',`product_meta_description`='',`product_keywords`='Gilbert 1929 Alarm Clock',`product_code`='Gilbert_1929_Alarm_Clock',`product_tax_id`='24',`product_sale_start`='',`product_sale_end`='',`product_quantity`='1',`product_min_per_order`='0',`product_max_per_order`='1',`product_weight`='15.000',`product_weight_unit`='lb',`product_length`='0.000',`product_width`='0.000',`product_dimension_unit`='in',`product_height`='0.000',`product_published`='1',`product_type`='main',`customtext_167_17_53_48`='',`product_description`='' WHERE product_id='94'
2. I understand and know now how to make that happen, thanks for clarifying.